Small micro-channel component of the program development framework WePY

WePY installation
1. Installation (updated) wepy command-line tool: npm install wepy-cli -g
generate Development Example: wepy new myproject
development time compilation: wepy build --watch

Developer tools
using micro-channel developer tools new projects, local development options dist directory.
Micro letter Developer Tools -> Project -> closed ES6 turn ES5. Important: This will run error missing.
Project root directory run wepy build --watch, open real-time compilation.

Guess you like

Origin www.cnblogs.com/suola/p/12123689.html