@surveycake/rc
v3.0.0-alpha.167
Published
react component of surveycake
Maintainers
Readme
rc
React components library for SurveyCake
Only support ES Modules
Please see
本地開發指南
以下以 admin 專案為例,說明如何進行本地開發:
- 開啟 admin 專案的
package.json - 修改
dependencies欄位:@surveycake/rc改為link:${MY/LOCAL/RC/PATH}react改為link:${MY/LOCAL/RC/PATH}/node_modules/reactreact-dom改為link:${MY/LOCAL/RC/PATH}/node_modules/react-dom
- 啟動 admin 的本地開發伺服器
- 當 RC 有更新時,只需重新執行
yarn build即可
