Install the project dependencies.
npm install
Once installed, you can run it in dev
mode.
npm run dev
Generate as a universal ssr nuxt application using generate
.
npm run generate
You can run generate
locally and then serve it
npm start
npm run lint
or if you're brave (or know what you're doing)
npm run lintfix