JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q54379F
  • License GPL-3.0

使用wpa开发的WebComponents库,样式采用bootstrap。可以作为标准的esmodule使用

Package Exports

  • wpa-ui
  • wpa-ui/src/index.jsx

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 (wpa-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wpa-ui

样式采用bootstrap,整合bootstrap icons 和 material-design-icons

说明

内容整理中, 主要目的是构建使用标准esmodule模式项目开发环境

esbuild

  "type": "module",
  "scripts": {
    "doc": "jsdoc -c jsdoc.config.json --verbose",
    "dev": "node esbuild.js dev",
    "build:all":"npm-run-all -s build:prod gen:icons build:icons build:loadings build:css build:coder",
    "build:prod": "node esbuild.js prod",
    "build:icons": "node ./src/icon/esbuild.js",
    "build:loadings": "node ./src/loading/esbuild.js",
    "build:css": "node ./src/bootstrap/esbuild.js",
    "build:coder": "node ./src/coder/esbuild.js",
    "gen:icons": "node ./src/icon/scripts/gen-icons.js"
  },

Constrols

wp-rate

wp-tab

wp-icon

wp-bi //bootstrap icons

wp-pager

wp-tree

wp-loading

wp-alert

wp-accordion

wp-breadcrumb

wp-modal

wp-popover

wp-uploader

wp-carousel

wp-badge

wp-toast

wp-progress

wp-tooltip

wp-layout

wp-import

wp-offcanvas

wp-pagination

wp-dropdown

wp-coder

wp-select

wp-table

wp-tinymce

wp-echart

URL

wpa UI ,文档

wpa UI ,示例文档

wpa UI ,一点示例

wpa playground,一些实践