https://github.com/view-design/iview-theme
https://github.com/view-design/iview-theme
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/view-design/iview-theme
- Owner: view-design
- License: mit
- Created: 2019-09-04T02:55:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T02:56:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T13:18:08.942Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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-theme
or
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/
```