1.0.0-alpha.36 • Published 12 months ago

@yasai/piman v1.0.0-alpha.36

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

Piman 無障礙網頁設計 UI 框架

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

前往 Piman 網站

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 越來越好的參考,並且幫助到更多的使用者。

❗ Copyright and license

Licensed under the Apache 2.0 License.