generator-weex-vue
v0.1.2
Published
use yoeman to generate a weex project(vue)
Downloads
6
Readme
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