@istaging/frontend-shared-components
v2.2.0
Published
shared component
Keywords
Readme
📌 SCSS
透過rollup & sass plugins處理 scss打包
- 當scss轉換成css後,build階段會將css打包到dist下,無需其他動作
🧪 測試Components
- 個別進入資料夾路徑後,安裝相關套件並且執行即可
📚 Storybook 使用介紹
- 請參考ComponentGuide.mdx
React
cd frameworks/react-latest
npm i
npm run startVue2.7
cd frameworks/vue-2-7
npm i
npm run serve