Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmasuhai/mvc

预览请点击
https://github.com/xmasuhai/mvc

mvc

Last synced: 17 days ago
JSON representation

预览请点击

Awesome Lists containing this project

README

        

# yarn init -y && parcel build src/index.html 一键发布

> 再次build的时,只需用`yarn init -y` 创建`package.json`

- 在`package.json`中加一段脚本

```JavaScript
"scripts": {
"build":"rm -rf dist && parcel build src/index.html --no-minify --public-url ./"
},
```

再次 `parcel build src/index.html`