@211la/cs-share-widget 中文文档教程
CS Profile - Share Widget
Development
要开始开发,您可以运行:
npm install
npm start
这将在 localhost:1234 启动一个开发服务器。
Build
要构建此项目,请运行:
npm run build
这将更新 /dist
文件夹下的脚本。
CS Profile - Share Widget
Development
To begin development, you may run:
npm install
npm start
This will start a dev server at localhost:1234.
Build
To build this project, run:
npm run build
This will update the scripts under the /dist
folder.