init
this repo was created by running `vue create byjove` and then: use defaults? Manually select features features needed: Router, Vuex use history mode for router? Yes where to place config? In dedicated config files save as preset? No (and then i had to edit commit msg to add the above)
This commit is contained in:
commit
7e2f318f8d
16 changed files with 9435 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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?
|
Loading…
Add table
Add a link
Reference in a new issue