Go to file
2018-02-17 17:48:06 +08:00
build 啦啦啦 2017-12-14 09:24:24 +08:00
config end: 修复权限失效问题 2017-12-14 09:48:31 +08:00
src cache-cloud地址修改 2018-02-17 17:48:06 +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 add 个人信息修改 2018-01-09 16:11:57 +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