# simter-vue-components **Repository Path**: simter/simter-vue-components ## Basic Information - **Project Name**: simter-vue-components - **Description**: Simter vue components - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-13 - **Last Updated**: 2021-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simter-vue-components Simter vue components. [Demo](https://simter.github.io/simter-vue-components/demo). ## 1. Components | SN | Name | Description |----|---------------|------------- | 1 | [st-colgroup] | | 2 | [st-thead] | | 3 | [st-table] | | 4 | [st-tree] | [st-colgroup]: https://github.com/simter/simter-vue-colgroup [st-thead]: https://github.com/simter/simter-vue-thead [st-table]: https://github.com/simter/simter-vue-table [st-tree]: https://github.com/simter/simter-vue-tree ## 2. Develop ``` yarn install yarn start ``` **Requirement :** | Name | Version | |----------|---------| | [Vue] | 2.5+ | | [Parcel] | 1.10+ | | [Rollup] | 0.66+ | > Then visit . ## 3. Build ``` yarn run build ``` > Use [Rollup] build components to `dist` directory. > Use [Parcel] build demo to `docs/demo` directory. [Rollup]: https://rollupjs.org [Parcel]: https://parceljs.org [yarn]: https://yarnpkg.com [Vue]: https://vuejs.org