Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingzez/parcel-vue-single-html-page
快速搭建原型App,兼容老旧前后端未分离项目过渡利器
https://github.com/kingzez/parcel-vue-single-html-page
mand-mobile mobile parcel vue
Last synced: about 1 month ago
JSON representation
快速搭建原型App,兼容老旧前后端未分离项目过渡利器
- Host: GitHub
- URL: https://github.com/kingzez/parcel-vue-single-html-page
- Owner: kingzez
- Created: 2020-04-28T04:13:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:31:49.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T04:26:18.246Z (over 1 year ago)
- Topics: mand-mobile, mobile, parcel, vue
- Language: HTML
- Homepage: https://kingzez.com/parcel-vue-single-html-page/
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel Vue Single HTML Page
## Feature
- 📱移动端
- 🚀适用于快速搭建原型应用
- 💀适用于兼容老旧前后端未分离项目
- 📦打包后可对HTML CSS 不压缩,可配置
- 🔥支持热模块替换
- 💅支持 PostCSS
- 🥳内置 Mand-Mobile UI(px2rem)## Getting Started
### Develop
```shell
yarn dev
# or
npm run dev
```
If single entry file open [http://localhost:1234](http://localhost:1234), if mutiple entry files, need specifying file name open [http://localhost:1234/index.html](http://localhost:1234/index.html)### Build
```shell
yarn build
# or
npm run build
```### Clean
```shell
yarn clean
# or
npm run clean
```