chore: 优化项目

This commit is contained in:
fonghehe 2022-08-01 10:01:23 +08:00
parent 5c4c91fd8f
commit b839df310f
5 changed files with 6064 additions and 6 deletions

4
.gitignore vendored
View File

@ -13,12 +13,8 @@ yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
package-lock.json
yarn.lock

View File

@ -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
View File

@ -0,0 +1,3 @@
{
"cSpell.words": ["amfe", "vant", "vuex"]
}

View File

@ -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"
},

6060
yarn.lock Normal file

File diff suppressed because it is too large Load Diff