mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-19 03:46:38 +08:00
.. | ||
doc | ||
public | ||
src | ||
tests | ||
vscode | ||
.babelrc | ||
.editorconfig | ||
.env.development | ||
.env.local | ||
.env.prod | ||
.env.sit | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
.travis.yml | ||
cypress.json | ||
package.json | ||
README.md | ||
vue.config.js |
启动讲解
配置vscode
将 /vscode/settings.json文件配置到vscode中
启动
1 安装依赖:
npm install
2 运行本地环境
npm run local