/nuxt3-starter

nuxt3 beta starter

Primary LanguageVue

Nuxt 3 Minimal Starter

List

  • Saas
  • ESLint + Prettier
  • I18n
  • axios [ Not supported >> useFetch ]
  • Dark Mode

Setup

Make sure to install the dependencies

yarn install
or
npm install

Development

Start the development server on http://localhost:3000

yarn dev
or
npm run dev

Production

Build the application for production:

yarn build
or
npm run build

Checkout the deployment documentation.