Finish work on Vue Ajax project

+ Convert to Vue SFC
+ Use NPM and vue-cli to generate and serve project
+ README instructions
This commit is contained in:
2021-12-17 10:38:23 -05:00
parent 489362c6ab
commit 4beb29331f
21 changed files with 12653 additions and 267 deletions

28
.gitignore vendored
View File

@@ -1,5 +1,33 @@
# JetBrains
**/.idea/**
# NPM
**/node_modules/**
# Vue
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]