Develope Component
Last updated
Was this helpful?
Last updated
Was this helpful?
Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime.
—— David Leinweber
開發元件是如此的有趣、有意義,以至於開發者會無時無刻在腦海裡邊寫程式,只為了好用。
在 src/components 建立 .vue 檔。
naming style:Camel Case,以 ‘Bpa’開頭,例如: BpaButton.vue
然後在 .vue 檔使用。
在 /type 資料夾內新增 newFileName}.d.ts 檔案, 然後在 /types/bpa.d.ts 裡註冊
npm run build
複製 /dist
資料夾內容到 Nuxt
import piman from “your-path/piman.umd.js
npm run dev