yarn install
yarn serve
yarn build
yarn lint
- 创建 vue.config.js 用来配置一些配置信息
- admin 123456
- xsx 123456
- vscode中需要安装eslint插件 以及在setting,json中配置
"eslint.autoFixOnSave": true,
// 添加 vue ⽀持
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
]