Nuxt. UnoCSS. TypeScript. A template for building Nuxt applications.
- π Nuxt 3 - The Intuitive Vue Framework
- π¨ UnoCSS - The instant on-demand atomic CSS engine with Attributify Mode
- πͺ TypeScript - strict static typing built on top of JavaScript
- π Vite - Blazing fast frontend build tool
- π Pinia - The intuitive, type safe store for Vue.js
- π§βπ§ Vitest - The Vite-native testing framework. It's fast!
- π§βπ§ Vue Test Utils - The official testing suite utils for Vue
- π§βπ§ Eslint - Linting for JavaScript, TypeScript, Vue and Nuxt
- βοΈ Netlify Ready - TOML file for building to Netlify
- π§βπ§ Nuxt Eslint - All-in-one ESLint integration for Nuxt
- βοΈ NuxtSEO - A collection of modules that handle all of the technical aspects in growing your sites organic traffic
- π Nuxt Image - Plug-and-play image optimization for Nuxt apps.
- π¨ UnoCSS - The Nuxt module for UnoCSS
- π Pinia - The Nuxt module for Pinia
Create a repo from this template on GitHub.
Make sure to install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run preview