mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
chore: 优化项目
This commit is contained in:
parent
5c4c91fd8f
commit
b839df310f
4
.gitignore
vendored
4
.gitignore
vendored
@ -13,12 +13,8 @@ yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
package-lock.json
|
||||
yarn.lock
|
@ -1,7 +1,6 @@
|
||||
// https://github.com/michael-ciniawsky/postcss-load-config
|
||||
|
||||
module.exports = ({ file }) => {
|
||||
console.log(file)
|
||||
return {
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"cSpell.words": ["amfe", "vant", "vuex"]
|
||||
}
|
@ -17,7 +17,7 @@
|
||||
"core-js": "^3.23.3",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
"vant": "^2.12.48",
|
||||
"vue": "^2.7.7",
|
||||
"vue": "^2.7.8",
|
||||
"vue-router": "^3.5.4",
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user