All Projects → nuxt → Create Nuxt App

nuxt / Create Nuxt App

Licence: mit
Create Nuxt.js App in seconds.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to Create Nuxt App

egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-99.49%)
Mutual labels:  nuxt
nuxt wp
Repo for my blog series on a building a site with WordPress REST API, Vue, and Nuxt.js
Stars: ✭ 41 (-98.69%)
Mutual labels:  nuxt
admin-null-nuxt
Admin Null — Free Nuxt Bulma Admin Dashboard (with dark mode)
Stars: ✭ 39 (-98.75%)
Mutual labels:  nuxt
nuxt-mobile-detect
Nuxt mobile and device detection plugin for client side and SSR
Stars: ✭ 24 (-99.23%)
Mutual labels:  nuxt
k-domains
A simple module to manage multiple subdomains with just one project
Stars: ✭ 41 (-98.69%)
Mutual labels:  nuxt
LiveWallpaper
A tiny win10 (dynamic) wallpaper changer | 巨应壁纸 | 动态壁纸 | Free wallpaper engine
Stars: ✭ 396 (-87.33%)
Mutual labels:  nuxt
metal
[Experimental] A fast Node 10+ HTTP middleware framework
Stars: ✭ 40 (-98.72%)
Mutual labels:  nuxt
N2ex
🌈 V2ex built with Nuxt.js (vue&ssr)
Stars: ✭ 260 (-91.68%)
Mutual labels:  nuxt
nuxt-blog
📝 Personal blog built with Nuxt.js and wordpress rest api
Stars: ✭ 13 (-99.58%)
Mutual labels:  nuxt
test-utils
Test utilities for Nuxt.js
Stars: ✭ 100 (-96.8%)
Mutual labels:  nuxt
picty
Simple Image Viewer based on Electron
Stars: ✭ 17 (-99.46%)
Mutual labels:  nuxt
nuxt-express
Creating isomorphic web applications with Nuxt and Express.
Stars: ✭ 20 (-99.36%)
Mutual labels:  nuxt
nuxt-storyblok-queries
Nuxt.js module to simplify queries to the Storyblok API
Stars: ✭ 17 (-99.46%)
Mutual labels:  nuxt
lineageos-devices
LineageOS Devices
Stars: ✭ 31 (-99.01%)
Mutual labels:  nuxt
nuxt-star-admin-extra
Admin Template base on Vue StarAdmin with improved on design and served using Nuxt.js
Stars: ✭ 19 (-99.39%)
Mutual labels:  nuxt
website
🧬 Source code of my personal website. Everything is included. Written in NuxtJS, TypeScript and Windi CSS!
Stars: ✭ 135 (-95.68%)
Mutual labels:  nuxt
egg-nuxt
The Nuxt plugin for eggjs
Stars: ✭ 23 (-99.26%)
Mutual labels:  nuxt
Nuxt Webfontloader
Efficient web font loading has never been easier!
Stars: ✭ 264 (-91.55%)
Mutual labels:  nuxt
I Hate Regex
The code for iHateregex.io 😈 - The Regex Cheat Sheet
Stars: ✭ 3,176 (+1.6%)
Mutual labels:  nuxt
nuxt-styleguide
Increase the quality and efficiency of product design and development workflows
Stars: ✭ 15 (-99.52%)
Mutual labels:  nuxt

Create Nuxt App

NPM version NPM downloads GitHub Action

Create a Nuxt.js project in seconds

Usage

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 🎉

  1. Package manager
    • Yarn
    • Npm
  2. Programming language
    • JavaScript
    • TypeScript
  3. UI framework:
  4. Nuxt.js modules:
  5. Linting tools:
  6. Testing framework:
  7. Rendering mode
  8. Deployment target
  9. Development tools
  10. Continuous Integration

CLI Options

--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.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].