chore: move tooling to vue-cli v3.0.0-rc.2

This commit is contained in:
xidedix
2018-06-15 19:53:13 +02:00
parent 58fd280d51
commit 9e31783d91
58 changed files with 197 additions and 1093 deletions
+13 -6
View File
@@ -1,13 +1,19 @@
.DS_Store
node_modules/
/dist/
node_modules
package-lock.json
/dist
/tests/e2e/reports/
selenium-debug.log
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
package-lock.json
# Editor directories and files
.idea
@@ -16,3 +22,4 @@ package-lock.json
*.ntvs*
*.njsproj
*.sln
*.sw*