docs(readme): provide more commands
This commit is contained in:
parent
e90679a4ac
commit
2042d6be41
16
README.md
16
README.md
|
@ -12,12 +12,12 @@
|
|||
|
||||
## Requirement
|
||||
|
||||
- Node.js >=16
|
||||
- Node.js >= 16
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm install
|
||||
npm i
|
||||
```
|
||||
|
||||
## Build
|
||||
|
@ -26,6 +26,18 @@ npm install
|
|||
npm run build
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
grunt build
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
npx grunt build
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
You can use the minified CSS file with a CDN service:
|
||||
|
|
Loading…
Reference in New Issue