added vue solo project create modules without webpack

This commit is contained in:
headwinds 2018-10-10 14:16:13 -04:00
parent 92b915bd7e
commit 05bcd106d7
39 changed files with 19857 additions and 1 deletions

21
vue-solo/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*