# ezdev-pcview

> PC端开发框架

Latest version **3.3.96** (published 2018-06-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install ezdev-pcview
pnpm add ezdev-pcview
yarn add ezdev-pcview
bun add ezdev-pcview
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.3.96 |
| Published | 2018-06-27 |
| First published | 2017-05-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 343.6 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | zhaofs@aliyun.com |
| Maintainers | antbee |
| Keywords | ezdev-pcview |

## Links

- npm: https://www.npmjs.com/package/ezdev-pcview
- npm.io page: https://npm.io/package/ezdev-pcview

## Dependencies (6)

- [ztree](https://npm.io/package/ztree.md) ^3.5.23
- [select2](https://npm.io/package/select2.md) ^4.0.4
- [bootstrap](https://npm.io/package/bootstrap.md) ^3.3.7
- [art-template](https://npm.io/package/art-template.md) ^4.12.1
- [daterangepicker](https://npm.io/package/daterangepicker.md) ^2.1.25
- [bootstrap-datetimepicker](https://npm.io/package/bootstrap-datetimepicker.md) ^0.0.7

## Recent versions

- 3.3.96 (latest) — 2018-06-27
- 3.3.95 — 2018-06-20
- 3.3.94 — 2018-06-15
- 3.3.93 — 2018-06-13
- 3.3.92 — 2018-06-13
- 3.3.90 — 2018-06-12
- 3.3.89 — 2018-06-04
- 3.3.88 — 2018-05-31
- 3.3.87 — 2018-05-31
- 3.3.86 — 2018-05-31
- 3.3.85 — 2018-05-29
- 3.3.84 — 2018-05-29
- 3.3.83 — 2018-05-26
- 3.3.82 — 2018-05-26
- 3.3.81 — 2018-05-26
- … 105 more at https://npm.io/package/ezdev-pcview/versions

## README

#PCview
PC端开发框架，基于webpack进行构建,采用arttemplate实现页面渲染。

#开发说明
- 界面测试后台服务配置信息如下
地址:192.168.1.90/home/system

#开发准备
- 安装ezdev-pcview库，请在项目目录下创建NPM package.json文件，内容如下，然后执行npm install：
`{
   "name": "demo",
   "version": "1.0.0",
   "description": "演示",
   "scripts": {
     "build": "webpack  --colors --watch",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "keywords": [],
   "license": "ISC",
   "devDependencies": {
     "art-template-loader": "^1.3.0",
     "webpack": "^2.4.1"
   },
   "dependencies": {
 	"ezdev-pcview":"^3.0.1"
   }
 }`

- 其他依赖都是全局依赖，具体请看showcase演示中的index.html文件。

#升级说明
- webpack升级到3.6.0

- store.js由1.3升级到2.0.4

- 去除对路由director.js的依赖，以锚点事件来代替本功能增加路由地址灵活性。

- 去除e-options属性，采用url查询参数的方式替代。

- 修改属性e-handler为e-event，其值命名规则如：e-event=href:/showcase/curd/index?tpl=index&url=/curd/users

- 重新定义路由规则，并对相应接口重新实现。

- 默认菜单模板不满足需求时可以通过Application中的menuTpl属性设置。

- 增加模块导入功能。

#发布信息
user:antbee
psw:zfs15550003358
email:zhaofs@aliyun.com

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