@hanxx/create-nuxt-app
v2.0.0
Published
Create a Deepexi App in seconds.
Downloads
4
Readme
create-nuxt-app
Table of Contents
Introduction
Create an enterprise nuxt app in seconds.
Features
- [x] prettier Prettier is an opinionated code formatter
- [x] eslint A fully pluggable tool for identifying and reporting on patterns in JavaScript
- [x] stylelint A mighty, modern style linter
- [x] commitlint Lint commit messages
- [x] gitlab-ci GitLab CI
- [x] dotenv Loads environment variables from .env for nodejs projects
- [x] element-ui A Vue.js 2.0 UI Toolkit for Web
- [x] vant Lightweight Mobile UI Components built on Vue
- [x] PWA Nuxt Progressive Web Apps solution
Inspiration
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
Frameworks
Single
npx @femessage/create-nuxt-app -t single
Multiple
npx @femessage/create-nuxt-app -t multiple
This is a pratice of micro-frontends
Mobile
npx @femessage/create-nuxt-app -t mobile
Developer Guide
Please check out developer guide.
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!