Initial commit

This commit is contained in:
2021-12-24 02:32:53 +00:00
commit f7a10ba944
2 changed files with 18 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# vite-vue3-ts-template
clone by https://github.com/antfu/vitesse-lite
added
- vuex
- axios (with wrapping)