Home

Issue: 1023

Usage in forks

[issue link]

In trying to get nuxt to work with my use case (which requires CORS asset hosting), I forked Nuxt, and referenced my fork in my package.json. Unfortunately, this doesn’t work because I have to build the dist/ directory. This isn’t the end of the world (I just cd node_modules/nuxt && npm install && npm run build), but it would make wrenching on this library more easeful to just be able to point it at different forks.

This question is available on Nuxt.js community (#c889)