一个基于 Vue.js 的后台管理系统项目,目前是1.0版本,主要是权限管理系统,以后会增加更多功能,持续开发中...。
如果你喜欢这个项目或者它帮助你, 请给 Star~(辛苦星咯)
git clone https://github.com/anjoy8/Blog.Admin.git
安装包依赖
npm install
运行开发环境
npm run serve
可以在根目录的 vue.config.js 中修改端口:
"devServer": {
"host": "127.0.0.1",
"port": "2364"//端口号
},
build for production and launch server
npm run build
博客园:https://www.cnblogs.com/laozhang-is-phi/p/10236645.html