caz-templates / vue

A template for creating vue.js apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@caz-templates/vue

Build Status Dependency Status Code Style

A template for creating vue.js apps.

Usage

Prerequisites: Node.js (>= 14.14 required, >= 16.13 preferred), npm (>= 7.x) or yarn (>= 1.22) and Git.

# create vue.js apps by this template
$ npx caz vue my-project

# enter generated directory
$ cd my-project

# running dev command
$ npm run dev # or `yarn dev`

Or use globally installed CAZ:

# Install the `caz` globally
$ npm install caz --global # or `yarn global add caz`

# create vue.js apps by this template
$ caz vue my-project

# enter generated directory
$ cd my-project

# running dev command
$ npm run dev # or `yarn dev`

Related

  • zce/caz - A simple yet powerful template-based Scaffolding tools.

Contributing

  1. Fork it on GitHub!
  2. Clone the fork to your own machine.
  3. Checkout your feature branch: git checkout -b my-awesome-feature
  4. Commit your changes to your own branch: git commit -am 'Add some feature'
  5. Push your work back up to your fork: git push -u origin my-awesome-feature
  6. Submit a Pull Request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

MIT © zce

About

A template for creating vue.js apps.

License:MIT License


Languages

Language:Vue 46.0%Language:SCSS 29.6%Language:JavaScript 22.8%Language:HTML 1.6%