0.1.2 • Published 8 years ago

generator-weex-vue v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

generator-weex-vue

use yeoman to generate a weex project

start

if you donnot install yeoman, please run this command:

$  npm install -g yo

then install the generator-weex-vue

$ npm install -g generator-weex-vue
$ yo weex-vue

When all is ready:

npm scripts

# build both two js bundles for Weex and Web
npm run build

# build the two js bundles and watch file changes
npm run dev

# start a Web server at 8080 port
npm run serve

# start weex-devtool for debugging with native
npm run debug