Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iview/iview-theme
Theme generator cli tool for iview
https://github.com/iview/iview-theme
Last synced: 3 days ago
JSON representation
Theme generator cli tool for iview
- Host: GitHub
- URL: https://github.com/iview/iview-theme
- Owner: iview
- License: mit
- Created: 2017-02-10T06:21:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T06:27:18.000Z (about 6 years ago)
- Last Synced: 2024-04-14T01:09:47.732Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 58
- Watchers: 6
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iview - iview-theme
README
# iview-theme
Theme generator cli tool for iview
## Installation
```
npm i iview-theme -g
```## Usage
Initialize a theme project
"xxx" means iview tags or releases number, example: v2.14.3.
If you havn't defined the version number, it will use the latest version.```
iview-theme init my-themeor
iview-theme init my-theme xxx
```2. Edit `my-theme/custom.less` and build your theme project
```
cd my-theme
iview-theme build -o dist/
```