The repository for create-nuxt-app
has updated to be https://github.com/nuxt/cli - please raise new issues, discussions and pull requests there 🙏
UsageCreate a Nuxt.js project in seconds
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-nuxt-app <my-project>
Or starting with npm v6.1 you can do:
npm init nuxt-app@latest <my-project>
Or with yarn:
yarn create nuxt-app <my-project>Features 🎉
--edge
Alias: -e
.
To install nuxt-edge instead of nuxt, add the command line option --edge
:
npx create-nuxt-app <my-project> --edge
Or
npm init nuxt-app <my-project> --edge
Or
yarn create nuxt-app <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.
--overwrite-dir
Overwrite the target directory.
CreditsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4