Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 325 Bytes

This repo is no longer maintained, please use vue-cli instead

A simple Vue + Webpack yeoman generator

NOTE: It only supports Vue 1.0.x now

Installation && Usage

$ npm install -g generator-vuejs
$ mkdir myproject && cd myproject
$ yo vuejs

Command

npm run dev
npm run build	

License

MIT