Go to file
2018-03-02 13:35:54 +08:00
build 替换压缩插件 2018-02-18 20:58:20 +08:00
config 代理地址修改 2018-02-23 08:51:19 +08:00
src fixed: 手机号登录验证码校验,及其后端逻辑校验逻辑修改 2018-03-02 13:35:54 +08:00
static 啦啦啦 2017-12-14 09:24:24 +08:00
.babelrc 修BUG,加入master的新功能 2018-01-04 14:09:28 +08:00
.editorconfig 初始化提交。 2017-11-02 14:41:37 +08:00
.eslintignore 初始化提交。 2017-11-02 14:41:37 +08:00
.eslintrc.js 啦啦啦 2017-12-14 09:24:24 +08:00
.gitignore 啦啦啦 2017-12-14 09:24:24 +08:00
.postcssrc.js 初始化提交。 2017-11-02 14:41:37 +08:00
favicon.ico 啦啦啦 2017-12-14 09:24:24 +08:00
index.html 啦啦啦 2017-12-14 09:24:24 +08:00
LICENSE 初始化提交。 2017-11-02 14:41:37 +08:00
package.json 替换压缩插件 2018-02-18 20:58:20 +08:00
README.md 更新 README.md 2017-12-14 09:26:35 +08:00

启动项目


# 安装依赖关系
npm install --registry=https://registry.npm.taobao.org

# 服务运行于localhost:9527支持热加载
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report