0.1.3 • Published 5 years ago
nuxt-dual v0.1.3
Nuxt Dual
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:
- Choose the package manager
- Yarn
- Npm
- Choose your favorite UI framework:
- None (feel free to add one later)
- Ant Design Vue
- Bootstrap
- Buefy
- Bulma
- Element
- Framevuerk
- iView
- Tachyons
- Tailwind CSS
- Vuetify
- Choose Nuxt.js modules:
- Choose linting tools:
- Check the features needed for your project:
- Choose your favorite test framework:
- Choose rendering mode
- 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