Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 455 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 455 Bytes

Wechat App Template

Directory Structure

  • Development Code Folder: src
  • Production Code Folder(Open it on Wechat Developer Util IDE): bundle

Install Dependencies

$ npm i

For Development

$ npm start

For Production

$ npm run build

For Old Wechat App Project, Copy Your Project To src Folder Manually, And Then Switch wxss to sass, Use The Following Command

$ npm run tosass