web-vue2

1.0.2-2.70501 • Public • Published

web-vue2

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference. 以建立跨web及app为一体的核心ui库 1,安装nodejs,window10 安装 v14.15.3 window7 安装v12.12.0 2,安装vue-cli -g表示全局环境安装,如果已经安装不用重复安装,这个不会写入package.json 安装vue cli 2

npm install vue-cli -g

安装vue cli 3

npm install @vue/cli -g

3,安装npx环境

npm install -g npx

4,安装cnpm,使用淘宝镜像,该功能只是加速下载速度,和npm并没有本质区别,当然,可能有些国内的资源会在淘宝上,而没在国外注册

npm install -g cnpm --registry=https://registry.npm.taobao.org

5,安装生产运行环境

npm install -g serve

6,开发环境调试

npm run serve

7,生产环境运行,并设置端口

serve -s dist -l 9000

8,在web中应用 安装web-ui-core

npm install web-vue2

引入web-vue2

import ui from 'web-vue2/packages/components/editors/ListView';
Vue.component("ListView",ui.datePicker);

9,版本变更日志

1.0.22.070501 edit by deleteelf
1,更换logo

1.0.22.062801 edit by deleteelf
1,增加地图定位支持功能

1.0.22.062105 edit by deleteelf
1,完善地图功能
2,地图增加根据数据自动视野的支持
3,修正错误
4,优化地图矢量点显示
5,优化旋转组件的提示信息

1.0.22.061702 edit by deleteelf
1,完善地图功能

1.0.22.061601 edit by deleteelf
1,完成地图矢量图层加载逻辑

1.0.22.061302 edit by deleteelf
1,初始化版本

Package Sidebar

Install

npm i web-vue2

Weekly Downloads

1

Version

1.0.2-2.70501

License

MIT

Unpacked Size

3.77 MB

Total Files

116

Last publish

Collaborators

  • deleteelf