BDeMot / Nuxt-PWA-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 PWA boilerplate (+ eslint)

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install


## Development Server

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

```bash
yarn run dev

Eslint

Eslint is configured with best settings and all issues are fixed on save with VSCode. Delete the .vscode directory if you don't want this auto-fix.

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Checkout the deployment documentation for more information.

About


Languages

Language:JavaScript 83.2%Language:TypeScript 12.8%Language:Vue 4.0%