Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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,兼容老旧前后端未分离项目过渡利器

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
```