Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shallinta/vite-vue3-router-next-demo
Vite + vue3.0beta + vue-router-next program demo.
https://github.com/shallinta/vite-vue3-router-next-demo
composition-api esm fetch hooks materialize vite vue vue-next vue-router-next vue3
Last synced: 2 months ago
JSON representation
Vite + vue3.0beta + vue-router-next program demo.
- Host: GitHub
- URL: https://github.com/shallinta/vite-vue3-router-next-demo
- Owner: shallinta
- Created: 2020-05-27T13:35:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:35:52.000Z (about 2 years ago)
- Last Synced: 2023-03-01T15:41:49.205Z (almost 2 years ago)
- Topics: composition-api, esm, fetch, hooks, materialize, vite, vue, vue-next, vue-router-next, vue3
- Language: CSS
- Size: 614 KB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-vue3-router-next-demo
## features
- [x] vue 3.0 beta
- [x] vue-router-next
- [x] vite
- [x] fetch based ajax
- [x] fetch based ajax interceptors
- [x] composition api based hooks
- [x] materialize css
- [x] only esm supported## start
```sh
# local
npm start# build
npm run build
```## heya
A good place to start learning vue 3.0.