0.1.2 • Published 9 years ago
generator-weex-vue v0.1.2
generator-weex-vue
use yeoman to generate a weex project
start
if you donnot install yeoman, please run this command:
$ npm install -g yothen install the generator-weex-vue
$ npm install -g generator-weex-vue$ yo weex-vueWhen 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