# demo

> A Vue.js project

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```
# 项目功能命名：功能以文件夹区分
# 需token：    http://***.com/app-breed-h5/#/功能名/index?token="***"&club="***" 

# 无需token：  http://***.com/app-breed-h5/#/功能名/index
# 示例  http://***.com/app-breed-h5/#/example/index

# 1.registration_card_transfer 登记卡转让业务 2022.11.9
# 2.cku_beautician_exam 美容师资格认证理论考试 2023.12.13

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).



npm install
npm run build:dev

rm -rf /usr/local/app-h5/app-breed-h5/dist/*
cp -rf ./dist/app-breed-h5/* /usr/local/app-h5/app-breed-h5/
 


