smart-admin/smart-admin-web
zhuokongming a6d3ace808 v1.0.9
2020-03-19 14:05:42 +08:00
..
doc v1.0.4 2020-01-11 09:10:29 +08:00
public v1.0.4 2020-01-11 09:10:29 +08:00
src v1.0.9 2020-03-19 14:05:42 +08:00
tests v1.0.4 2020-01-11 09:10:29 +08:00
vscode v1.0.4 2020-01-11 09:10:29 +08:00
.babelrc v1.0.4 2020-01-11 09:10:29 +08:00
.editorconfig v1.0.4 2020-01-11 09:10:29 +08:00
.env.development v1.0.4 2020-01-11 09:10:29 +08:00
.env.local v1.0.4 2020-01-11 09:10:29 +08:00
.env.prod v1.0.8 2020-02-12 14:11:47 +08:00
.env.sit v1.0.4 2020-01-11 09:10:29 +08:00
.eslintignore v1.0.4 2020-01-11 09:10:29 +08:00
.eslintrc.js v1.0.4 2020-01-11 09:10:29 +08:00
.gitignore v1.0.4 2020-01-11 09:10:29 +08:00
.postcssrc.js v1.0.4 2020-01-11 09:10:29 +08:00
.travis.yml v1.0.4 2020-01-11 09:10:29 +08:00
cypress.json v1.0.4 2020-01-11 09:10:29 +08:00
package.json add vue-enum version 2020-02-05 15:33:07 +08:00
README.md v1.0.4 2020-01-11 09:10:29 +08:00
vue.config.js v1.0.8 2020-02-12 14:11:47 +08:00

启动讲解

配置vscode

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

启动

1 安装依赖:

npm install

2 运行本地环境

npm run local