2.0.0 • Published 4 years ago

@hanxx/create-nuxt-app v2.0.0

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

create-nuxt-app

Build Status NPM Download NPM Version NPM License PRs Welcome semantic-release

Table of Contents

Introduction

Create an enterprise nuxt app in seconds.

⬆ Back to Top

Features

  • prettier Prettier is an opinionated code formatter
  • eslint A fully pluggable tool for identifying and reporting on patterns in JavaScript
  • stylelint A mighty, modern style linter
  • commitlint Lint commit messages
  • gitlab-ci GitLab CI
  • dotenv Loads environment variables from .env for nodejs projects
  • element-ui A Vue.js 2.0 UI Toolkit for Web
  • vant Lightweight Mobile UI Components built on Vue
  • PWA Nuxt Progressive Web Apps solution

⬆ Back to Top

Inspiration

⬆ Back to Top

Usage

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

One-off usage via npx:

npx @femessage/create-nuxt-app [my-project] -t [template]

Global install:

yarn global add @femessage/create-nuxt-app

Help text:

npx @femessage/create-nuxt-app -h

Usage:
  create-nuxt-app [options]

Options:
  -t, --template <template>  create a preset template
  -l, --list                 the list of preset template
  -a, --all                  generate all preset template
  -o, --output <output>      the output path of the generator
  -h, --help                 Display this message
  -v, --version              Display version number

preview

⬆ Back to Top

Frameworks

Single

npx @femessage/create-nuxt-app -t single

nuxt-element-dashboard

Multiple

npx @femessage/create-nuxt-app -t multiple

nuxt-multiple-spa

This is a pratice of micro-frontends

Mobile

npx @femessage/create-nuxt-app -t mobile

⬆ Back to Top

Developer Guide

Please check out developer guide.

⬆ Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

⬆ Back to Top

License

MIT

⬆ Back to Top