JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q44822F
  • License MIT

A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

Package Exports

  • webcl-ui

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webcl-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

zyzl-ui

基于Vue2.x的前端组件库

项目目录

.
├── dist                         # 压缩后文件目录
├── site                         # 项目结构目录
│   ├── App.vue                  # 单页应用父组件
│   └── main.js                  # 单页应用启动入口文件
├── src                           # 开发目录
│   ├── assets                    # 静态文件:scss/image
│   ├── components                # 存放共用组件库
│   ├── index.js                  # 全局注册组件插件
│   └── style.js                  # 导入scss
├── index.html
├── package.json                  # 依赖管理
├── webpack.dev.js                #项目启动配置文件:npm run dev
├── webpack.config.js             #项目打包配置文件:npm run build
└── README.md                     #README

Usage

Install dependencies

  npm install

or

  yarn

Serve with hot reload at localhost:8080

  npm run dev

发布新版本时,执行打包压缩

Build for production with minification

  npm run build