Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxy5869571/ins
https://github.com/fxy5869571/ins
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fxy5869571/ins
- Owner: fxy5869571
- Created: 2019-05-31T07:57:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:50:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:12:08.936Z (over 1 year ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ins
> A Mpvue project
## Build Setup
``` bash
# 初始化项目
vue init mpvue/mpvue-quickstart myproject
cd myproject# 安装依赖
yarn# 开发时构建
npm dev# 打包构建
npm build# 指定平台的开发时构建(微信、百度、头条、支付宝)
npm dev:wx
npm dev:swan
npm dev:tt
npm dev:my# 指定平台的打包构建
npm build:wx
npm build:swan
npm build:tt
npm build:my# 生成 bundle 分析报告
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).