Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 458 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 458 Bytes

typescript-uni-app-with-eslint

Project setup

npm install

生成uni-app的manifest.json文件

npm run dev:manifest
npm run build:manifest

Compiles and minifies for production(h5)

npm run build

编译生成微信小程序

npm run build:mp-weixin
npm run dev:mp-weixin

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.