From f7a10ba94426562f9c7e75fb5003d0eebc166752 Mon Sep 17 00:00:00 2001 From: Ki-rok Kim Date: Fri, 24 Dec 2021 02:32:53 +0000 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a19f004 --- /dev/null +++ b/.gitignore @@ -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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2145ca3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# vite-vue3-ts-template + +clone by https://github.com/antfu/vitesse-lite + +added +- vuex +- axios (with wrapping) \ No newline at end of file