smart-admin/smart-admin-web
2020-01-11 09:10:29 +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.4 2020-01-11 09:10:29 +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.4 2020-01-11 09:10:29 +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
LICENSE v1.0.4 2020-01-11 09:10:29 +08:00
package.json v1.0.4 2020-01-11 09:10:29 +08:00
README.md v1.0.4 2020-01-11 09:10:29 +08:00
vue.config.js v1.0.4 2020-01-11 09:10:29 +08:00

启动讲解

配置vscode

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

启动

1 安装依赖:

npm install

2 运行本地环境

npm run local