# vue-demo-test

> A Vue.js project

Latest version **0.0.1** (published 2018-01-08) · 0 weekly downloads

## Install

```sh
npm install vue-demo-test
pnpm add vue-demo-test
yarn add vue-demo-test
bun add vue-demo-test
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-01-08 |
| First published | 2018-01-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+26 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | jialaibin |
| Maintainers | jialaibin |
| Keywords | vuedemo |

## Links

- npm: https://www.npmjs.com/package/vue-demo-test
- Repository: https://github.com/jialaibin/vuedemo
- Homepage: https://github.com/jialaibin/vuedemo#readme
- Issues: https://github.com/jialaibin/vuedemo/issues
- npm.io page: https://npm.io/package/vue-demo-test

## Dependencies (7)

- [vue](https://npm.io/package/vue.md) ^2.3.3
- [vux](https://npm.io/package/vux.md) 2.5.8
- [vuex](https://npm.io/package/vuex.md) ^2.3.1
- [axios](https://npm.io/package/axios.md) ^0.16.2
- [mint-ui](https://npm.io/package/mint-ui.md) ^2.2.9
- [vue-cookie](https://npm.io/package/vue-cookie.md) ^1.1.4
- [vue-router](https://npm.io/package/vue-router.md) ^2.3.1

## Recent versions

- 0.0.1 (latest) — 2018-01-08

## README

# operation

> A Vue.js project

## Build Setup


``` bash
# install demo
    npm install vuedemo --save
   
    cd vuedemo
    
# install dependencies
npm install

# serve with hot reload at localhost:8080

npm run start

```
## 按环境分执行命令

- 开发：npm run start
- 联调：npm run dev
- 测试：npm run qa
- 线上：npm run pub

## 上线部署流程

- 执行 npm run pub  命令会产生dist文件夹
- 把dist里的文件放在服务器相对的目录下
- 访问app.html

## 主要事项

- build.sh文件中执行的npm命令一定要把log输出到文件.

```
//例如：
((npm run pub) 2>&1) >> log.txt

```

---
_Source: https://npm.io/package/vue-demo-test · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
