mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +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
|
# Editor directories and files
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
|
@ -1,7 +1,6 @@
|
|||||||
// https://github.com/michael-ciniawsky/postcss-load-config
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
||||||
|
|
||||||
module.exports = ({ file }) => {
|
module.exports = ({ file }) => {
|
||||||
console.log(file)
|
|
||||||
return {
|
return {
|
||||||
plugins: {
|
plugins: {
|
||||||
autoprefixer: {},
|
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",
|
"core-js": "^3.23.3",
|
||||||
"regenerator-runtime": "^0.13.5",
|
"regenerator-runtime": "^0.13.5",
|
||||||
"vant": "^2.12.48",
|
"vant": "^2.12.48",
|
||||||
"vue": "^2.7.7",
|
"vue": "^2.7.8",
|
||||||
"vue-router": "^3.5.4",
|
"vue-router": "^3.5.4",
|
||||||
"vuex": "^3.6.2"
|
"vuex": "^3.6.2"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user