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

更新:eslint、postcss

parent 5bdbb901
...@@ -7,10 +7,6 @@ dist ...@@ -7,10 +7,6 @@ dist
# macOS # macOS
.vscode .vscode
.DS_Store .DS_Store
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
dist dist
# Node.js # Node.js
......
### 基于gulp构建的微信小程序工作流模板 ### 基于gulp构建的微信小程序工作流模板
使用 [MiniprogramTemplate.sh]( https://git.changein.cn/xzc168520/nmshell) 自动化生成模板 使用 [MiniprogramTemplate.sh](https://git.changein.cn/xzc168520/publicshell) 自动化生成模板
``` ```
终端运行:sh MiniprogramTemplate.sh <#生成模板路径#> 终端运行:sh MiniprogramTemplate.sh <#生成模板路径#>
......
This diff is collapsed.
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"autoprefixer": "^9.7.3", "autoprefixer": "^9.7.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"del": "^6.0.0", "del": "^6.0.0",
"eslint": "^7.16.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-imagemin": "^7.1.0", "gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0", "gulp-notify": "^3.2.0",
...@@ -34,6 +35,7 @@ ...@@ -34,6 +35,7 @@
"gulp-tap": "^2.0.0", "gulp-tap": "^2.0.0",
"miniprogram-automator": "^0.10.0", "miniprogram-automator": "^0.10.0",
"path": "^0.12.7", "path": "^0.12.7",
"postcss": "^8.2.1",
"yargs": "^16.2.0" "yargs": "^16.2.0"
} }
} }
{ {
"pages":[ "pages":[
"pages/index/index", "pages/index/index"
"pages/test/index"
], ],
"window":{ "window":{
"backgroundTextStyle":"light", "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