Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmasuhai/mvc
预览请点击
https://github.com/xmasuhai/mvc
mvc
Last synced: 17 days ago
JSON representation
预览请点击
- Host: GitHub
- URL: https://github.com/xmasuhai/mvc
- Owner: xmasuhai
- Created: 2020-07-09T22:34:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T02:47:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T17:10:28.791Z (almost 2 years ago)
- Topics: mvc
- Language: JavaScript
- Homepage: http://xmasuhai.xyz/mvc/dist/index.html
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`