# template-vue **Repository Path**: chun1123/template-vue ## Basic Information - **Project Name**: template-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-04 - **Last Updated**: 2021-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction Suporka-parcel-vue is a tool for vue developer to create a project and experience new tool. It use the parcel bundler which is more quickly than webpack to pakeage the vue object. And you can change it by yourself simply. ## Usage - Install the module globally ``` npm install -g suporka-parcel-vue ``` - And then init you object name ``` suporka-parcel-vue init ``` Or ``` git clone https://github.com/zxpsuper/suporka-parcel-vue.git ``` And than change the project you want. ## Example ``` suporka-parcel-vue init my-app ``` The above command pulls the template from [zxpsuper/suporka-parcel-vue](https://github.com/zxpsuper/suporka-parcel-vue), prompts for some information, and generates the project at ./my-app/. ## Ecosystem | Project | Status | Description | |---------|--------|-------------| | [vue] | [![vue-status]][vue-package] | Single-page framework | | [vue-router] | [![vue-router-status]][vue-router-package] | Single-page application routing | | [parcel-bundler] | [![parcel-status]][parcel-package] | Blazing fast, zero configuration web application bundler| [vue]: https://github.com/vuejs/vue [vue-router]: https://github.com/vuejs/vue-router [parcel-bundler]: https://github.com/parcel-bundler/parcel [vue-status]: https://img.shields.io/npm/v/vue.svg [vue-router-status]: https://img.shields.io/npm/v/vue-router.svg [parcel-status]: https://img.shields.io/npm/v/parcel-bundler.svg [vue-package]: https://npmjs.com/package/vue [vue-router-package]: https://npmjs.com/package/vue-router [parcel-package]: https://npmjs.com/package/parcel-bundler ## Questions If you have some questionn, you can send me a E-mail(zxpscau@163.com).