This commit is contained in:
张亚强
2020-06-25 12:12:31 +08:00
parent 67402224f2
commit b1d67811bd
14 changed files with 594 additions and 76 deletions

33
.npmignore Normal file
View File

@@ -0,0 +1,33 @@
.DS_Store
node_modules/
dist/
node_modules/.bin/
build/
config/
static/
.babelrc
.editorconfig
.gitignore
.npmignore
.postcssrc.js
index.html
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#Editordirectoriesandfiles
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
#忽略目录
examples/
packages/
public/
#忽略指定文件
vue.config.js
babel.config.js
*.map