FEAT: add rss & eslint & typescript
This commit is contained in:
29
README.md
29
README.md
@@ -1,21 +1,28 @@
|
||||
# TODO
|
||||
|
||||
0. anim pegaz create ??
|
||||
1. presentation de l'arborecense - doc du code
|
||||
2. command line guide - doc du CLI
|
||||
3. configuration file ?
|
||||
|
||||
# vue-3-stackter
|
||||
|
||||

|
||||
|
||||
A Vue3 starter project setup with these following components,
|
||||
|
||||
- [Vite](https://vitejs.dev/)
|
||||
- vue-meta-3.0.0-alpha.8
|
||||
- Router
|
||||
- [Pinia](https://pinia.vuejs.org/) (Vue 3 default)
|
||||
- Eslint
|
||||
- Prettier
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
- File based routing with [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages). (Like [Nuxt file system routing](https://nuxtjs.org/docs/2.x/features/file-system-routing))
|
||||
- Layout system with [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts). (Like [Nuxt layouts](https://nuxtjs.org/docs/2.x/directory-structure/layouts))
|
||||
- [Vite](https://vitejs.dev/)
|
||||
- vue-meta-3.0.0-alpha.8
|
||||
- Router
|
||||
- [Pinia](https://pinia.vuejs.org/) (Vue 3 default)
|
||||
- Eslint
|
||||
- Prettier
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
- File based routing with [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages). (Like [Nuxt file system routing](https://nuxtjs.org/docs/2.x/features/file-system-routing))
|
||||
- Layout system with [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts). (Like [Nuxt layouts](https://nuxtjs.org/docs/2.x/directory-structure/layouts))
|
||||
- Components auto importing with [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components)
|
||||
- `~/` alias for `/src`. So we don't have to write something like `../../../SomeModule` to import modules.
|
||||
- and some custom setups.
|
||||
- `~/` alias for `/src`. So we don't have to write something like `../../../SomeModule` to import modules.
|
||||
- and some custom setups.
|
||||
|
||||
[Check out Typescript version here](https://github.com/shamscorner/vitesse-stackter-clean-architect)
|
||||
|
||||
|
Reference in New Issue
Block a user