Skip to content

Commit 41412d9

Browse files
committed
adding Vue3 framework
1 parent e1cc642 commit 41412d9

File tree

6 files changed

+1508
-1
lines changed

6 files changed

+1508
-1
lines changed

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,29 @@ site/
5757

5858
# Dependencies
5959
pip-log.txt
60-
pip-delete-this-directory.txt
60+
pip-delete-this-directory.txt
61+
62+
# Logs
63+
logs
64+
*.log
65+
npm-debug.log*
66+
yarn-debug.log*
67+
yarn-error.log*
68+
pnpm-debug.log*
69+
lerna-debug.log*
70+
71+
node_modules
72+
dist
73+
dist-ssr
74+
*.local
75+
76+
# Editor directories and files
77+
.vscode/*
78+
!.vscode/extensions.json
79+
.idea
80+
.DS_Store
81+
*.suo
82+
*.ntvs*
83+
*.njsproj
84+
*.sln
85+
*.sw?

frontend/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Vue 3 + Vite
2+
3+
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4+
5+
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).

0 commit comments

Comments
 (0)