Vue SSR Koa2 Scaffold

This commit is contained in:
2018-11-11 23:47:41 +08:00
commit 699297877a
37 changed files with 7003 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
.DS_Store
node_modules
# 编译后的文件以下两个目录
/dist/web
/dist/api
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*