Static GitHub Issues

[1308] How to run no ssr mode?

prev: add the local js file in the 'script' of the 'head' option in nuxt.config.js
next: is it possible to run sails & nuxt on a single express instance?

"scripts": { "dev": "nuxt", "build": "nuxt build", "start": "nuxt start", "spa": "nuxt start —mode spa", "generate": "nuxt generate", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit": "npm run lint" }

I run npm run spa and I get this Error No build files found, please run nuxt build before launching nuxt start

Then I run npm run build before npm run spa still gets the same error. It works when using npm run start without the -mode spa

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1157">#c1157</a>)</em></sub></div>