提交 3c1a34ef 编写于 作者: M maguohua

change port

上级 75301573
# back-manage
> A Vue.js project
## 前言
## Build Setup
此项目是 [node-elm](https://github.com/bailicangdu/node-elm) 的后台管理系统,管理商铺及会员信息。
## 说明
> 如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^
> 或者您可以 "follow" 一下,我会不断开源更多的有趣的项目
> 开发环境 macOS 10.12.4 nodejs 6.10.0
> 传送门:[前端项目地址](https://github.com/bailicangdu/vue2-elm)
> 传送门:[后台系统地址](https://github.com/bailicangdu/node-elm)
> 传送门:[原生APP项目地址](https://github.com/bailicangdu/RN-elm)
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
## 技术栈
# build for production with minification
npm run build
vue2 + vuex + vue-router + webpack + ES6/7 + less + element
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
## 项目运行
# run e2e tests
npm run e2e
# run all tests
npm test
```
git clone https://github.com/bailicangdu/back-manage  
cd back-manage  
npm install
npm run dev
访问: http://localhost:8002
```
## License
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
[MIT](https://mit-license.org/)
\ No newline at end of file
......@@ -23,7 +23,7 @@ module.exports = {
},
dev: {
env: require('./dev.env'),
port: 8080,
port: 8002,
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsPublicPath: '/',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册