styleguide-2
v1.0.30
Published
Styleguide-2 是一个基础UI组件库,基于`custom elements`实现。 参考资料: + [w3.org: W3C Custom Elements](http://w3c.github.io/webcomponents/spec/custom/) + [MDN: Using_custom_elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)
Downloads
2
Readme
About
Styleguide-2 是一个基础UI组件库,基于custom elements
实现。
参考资料:
运行
yarn
yarn start
Create a component
项目提供了generate命令生成组件:
yarn generate your-component-name
执行上面的命令之后,会在src/components
目录下自动生成对应的组件,并在examples目录下生成相应的示例。
由于需要将生成的example添加到HtmlWebpackPlugin配置中,所以需要重新启动项目
Deploy
对项目做了更改之后,别忘了打个包:
yarn build
最后的最后,更改一下版本号。