Nuxt/examples/web-worker
2020-11-30 23:44:04 +01:00
..
assets
components refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
layouts
pages refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
plugins
static
.eslintrc.js
.gitignore
nuxt.config.js refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
package.json refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
README.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00

Nuxt with web-workers using Worker-loader

Nuxt project

In nuxt 1.4 and below you have to create a production build to use web workers.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
# nuxt 1.4 and below does not support web workers in dev mode
$ npm run dev

# build for production and launch server
# in nuxt 1.4 and below you have to create a production build to use web workers
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt docs.