npm run dev
npm run dev:mp-weixin
npm run build
npm run build:mp-weixin
项目根目录下新建 .env.local 文件
vscode
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true,
},
"eslint.alwaysShowStatus": true,
"eslint.enable": true,
"eslint.options": {
"extensions": [
".js",
".jsx"
]
},
"eslint.validate": [
"javascript",
"javascriptreact",
],
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"git.ignoreLimitWarning": true,
}