smart-admin/front
zhuokongming 8215740a69 v1.0.0
2019-11-18 17:12:04 +08:00
..
doc v1.0.0 2019-11-16 18:17:31 +08:00
public v1.0.0 2019-11-16 18:17:31 +08:00
src v1.0.0 2019-11-16 18:17:31 +08:00
tests v1.0.0 2019-11-16 18:17:31 +08:00
vscode v1.0.0 2019-11-16 18:17:31 +08:00
.babelrc v1.0.0 2019-11-16 18:17:31 +08:00
.editorconfig v1.0.0 2019-11-16 18:17:31 +08:00
.env.development v1.0.0 2019-11-16 18:17:31 +08:00
.env.local v1.0.0 2019-11-18 17:12:04 +08:00
.env.prod v1.0.0 2019-11-16 18:17:31 +08:00
.env.sit v1.0.0 2019-11-16 18:17:31 +08:00
.eslintignore v1.0.0 2019-11-16 18:17:31 +08:00
.eslintrc.js v1.0.0 2019-11-16 18:17:31 +08:00
.gitignore v1.0.0 2019-11-18 17:12:04 +08:00
.postcssrc.js v1.0.0 2019-11-16 18:17:31 +08:00
.travis.yml v1.0.0 2019-11-16 18:17:31 +08:00
cypress.json v1.0.0 2019-11-16 18:17:31 +08:00
LICENSE v1.0.0 2019-11-16 18:17:31 +08:00
package.json v1.0.0 2019-11-16 18:17:31 +08:00
README.md v1.0.0 2019-11-16 18:17:31 +08:00
vue.config.js v1.0.0 2019-11-16 18:17:31 +08:00

启动讲解

配置vscode

将 /vscode/settings.json文件配置到vscode中

启动

1 安装依赖:

npm install

2 运行本地环境

npm run local