0.1.3 • Published 4 years ago

nuxt-dual v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Nuxt Dual

NPM version NPM downloads

Made for Console-Renderer usage: Start a nuxt server and a electron app at the same time. Forked from create-nuxt-app.

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx nuxt-dual <my-project>

Or starting with npm v6.1 you can do:

npm init nuxt-dual <my-project>

Or with yarn:

yarn create nuxt-dual <my-project>

Features :tada:

  1. Choose the package manager
    • Yarn
    • Npm
  2. Choose your favorite UI framework:
  3. Choose Nuxt.js modules:
  4. Choose linting tools:
  5. Check the features needed for your project:
  6. Choose your favorite test framework:
  7. Choose rendering mode
  8. Choose development tools

CLI Options

--edge

Alias: -e.

To install nuxt-edge instead of nuxt, add the command line option --edge:

npx nuxt-dual <my-project> --edge

Or

npm init nuxt-dual <my-project> --edge

Or

yarn create nuxt-dual <my-project> --edge

--info

Alias: -i. Print out debugging information relating to the local environment and exit.

--help

Alias: -h. Show the help information and exit, include: usage, command and all cli options.

--verbose

Show debug logs

--version

Alias: -v. Show version number and exit.

Credits

Forked from create-nuxt-app.

LICENSE

MIT