You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pvincent
57944a3419
|
4 years ago | |
---|---|---|
.vscode | 4 years ago | |
public | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
index.html | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
tsconfig.json | 4 years ago |
README.md
VAPARA-VUE3
TODO
- composition API
- eslint
Expected Features
- tailwind
- login/logout
- fake rest api
- i18n
First Initialization
- npm init vite-app vapara-vue3
- cd vapara-vue3
- npm install
- npm install typescript
- ...tsconfig.json, shims-vue.d.ts, main.ts, index.html
- see vue3+typescript+vite
- npm run dev