Commit 79561a4e authored by 谢卓城's avatar 谢卓城

更新:eslint、postcss

parent 5bdbb901
......@@ -7,10 +7,6 @@ dist
# macOS
.vscode
.DS_Store
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
dist
# Node.js
......
### 基于gulp构建的微信小程序工作流模板
使用 [MiniprogramTemplate.sh]( https://git.changein.cn/xzc168520/nmshell) 自动化生成模板
使用 [MiniprogramTemplate.sh](https://git.changein.cn/xzc168520/publicshell) 自动化生成模板
```
终端运行:sh MiniprogramTemplate.sh <#生成模板路径#>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -23,6 +23,7 @@
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.1.0",
"del": "^6.0.0",
"eslint": "^7.16.0",
"gulp": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
......@@ -34,6 +35,7 @@
"gulp-tap": "^2.0.0",
"miniprogram-automator": "^0.10.0",
"path": "^0.12.7",
"postcss": "^8.2.1",
"yargs": "^16.2.0"
}
}
{
"pages":[
"pages/index/index",
"pages/test/index"
"pages/index/index"
],
"window":{
"backgroundTextStyle":"light",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment