📲 PWA
🎨 Tailwind CSS - utility-first CSS framework
🔥 Use the new <script setup>
syntax
🤙🏻 Reactivity Transform enabled
📥 APIs auto importing - use Composition API and others directly
🖨 Static-site generation (SSG) via vite-ssg
🦾 TypeScript, of course
⚙️ Unit Testing with Vitest
☁️ Deploy on Netlify, zero-config
vite-plugin-pages
- file system based routingvite-plugin-vue-layouts
- layouts for pagesunplugin-vue-components
- components auto importunplugin-auto-import
- Directly use Vue Composition API and others without importingvite-plugin-pwa
- PWAvite-plugin-md
- Markdown as components / components in Markdownmarkdown-it-prism
- Prism for syntax highlightingprism-theme-vars
- customizable Prism.js theme using CSS variablesvite-plugin-vue-i18n
- Vite plugin for Vue I18nvite-ssg-sitemap
- Sitemap generator@vueuse/head
- manipulate document head reactively<script setup>
SFC syntaxvite-ssg
- Static-site generationJust run and visit http://localhost:3000
pnpm dev
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
Go to Netlify and select your clone, OK
along the way, and your App will be live in a minute.