Recommended usage of pnpm instead of npm or yarn
npm i -g pnpm
pnpm i
Start dev server and it will automatically open http://localhost:3333
pnpm dev
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
PRs are deployed to cloudflare
-
📲 PWA
-
🔥 Use the new
<script setup>
style -
🦾 TypeScript
- Vue Router
vite-plugin-pages
- file system based routingvite-plugin-vue-layouts
- layouts for pages
vite-plugin-components
- components auto importvite-plugin-pwa
- PWAvite-plugin-windicss
- WindiCSS support- Vue I18n - Internationalization
vite-plugin-vue-i18n
- Vite plugin for Vue I18n
- VueUse - collection of useful composition APIs
@vueuse/head
- manipulate document head reactively
- Use Composition API with
<script setup>
SFC syntax - ESLint
- TypeScript
- pnpm - fast, disk space efficient package manager
- VS Code Extensions