0.1.2 • Published 12 months ago

lt-lowcode v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

npm 发布参考

https://blog.csdn.net/qq_36995521/article/details/122739411

平台简介

依赖

elementui -2.15.13
vue 2.6
node 12.18.3(可用)
python 2

### 安装elementUi 
    npm i element-ui -S
    引入
        import ElementUI from 'element-ui';
        import 'element-ui/lib/theme-chalk/index.css';
        Vue.use(ElementUI);

### 安装本包
    npm i lt-lowcode-components -S
    引入
        import ltLowcode from 'lt-lowcode-components/dist/lt-lowcode-components.common'
        Vue.use(ltLowcode)
        

打包上传npm方式

注:每次要修改package.json 里的版本号  每次没加太多
①检查npm源,确认是否为    https://registry.npmjs.org/ (淘宝源可以自动同步过去)
    npm config get registry
    如果不是
    npm config set registry https://registry.npmjs.org
②登录npm账号(账号自己申请)
    npm addUser
    npm login
    输入账号、密码、邮箱以及发送该邮箱中的一次性动态密码
③打npm包
    npm run lib
④上传
    npm publish

组件介绍

商品选择<ltGoodAddBtn>
    -
    -
    -
0.1.2

12 months ago

0.1.1

12 months ago