Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork426
Create Nuxt.js App in seconds.
License
nuxt/create-nuxt-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The repository forcreate-nuxt-app
has updated to behttps://github.com/nuxt/cli - please raise new issues, discussions and pull requests there 🙏
Create aNuxt.js project in seconds
Make sure you havenpx installed (npx
is shipped by default sincenpm5.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 withyarn:
yarn create nuxt-app<my-project>
- Package manager
- Yarn
- Npm
- Programming language
- JavaScript
- TypeScript
- UI framework:
- Template engine
- HTML
- Pug
- Nuxt.js modules:
- Linting tools:
- Testing framework:
- Rendering mode
- Deployment target
- Development tools
- Continuous Integration
Alias:-e
.
To installnuxt-edge instead ofnuxt, 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
Alias:-i
. Print out debugging information relating to the local environment and exit.
Alias:-h
. Show the help information and exit, include: usage, command and all cli options.
Show debug logs
Alias:-v
. Show version number and exit.
Overwrite the target directory.
About
Create Nuxt.js App in seconds.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.