JSPM

  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q50296F
  • License Apache-2.0

Piman is an open-source accessibility UI framework.

Package Exports

  • @yasai/piman
  • @yasai/piman/dist/piman.umd.js

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

Readme

Piman 無障礙網頁設計 UI 框架

Piman 是一款致力於降低開發無障礙網頁設計成本,使用 Vue 2 的 UI 框架。

前往 Piman 網站

image image image image image

🛠 快速開始

安裝

npm install @yasai/piman

Vue 專案

//main.js
import Vue from 'vue'

import piman from "@yasai/piman";
import '@yasai/piman/dist/piman.css';
Vue.use(piman)

Nuxt 專案

// nuxt.config.js
export default {
  plugins: [
    '@/plugins/piman',
  ],
}

// plugins/piman.js
import Vue from 'vue'
import piman from "@yasai/piman";
Vue.use(piman)

🖥 瀏覽器支援

主流瀏覽器與 IE 11

📖 開發文件

前往 Piman 文件

😎 成為貢獻者

我們正在招募貢獻者幫助我們改善 Piman,如果您有興趣,請先至 Contributing Guide 以及 Developer Guide ,若有興趣,請來信至 piman@bluepalnet.com.tw

💬 體驗調查

我們非常希望能接收到您對 Piman 的感受或使用心得, 以做為 Piman 越來越好的參考,並且幫助到更多的使用者。

Licensed under the Apache 2.0 License.