uiw-admin
Advanced tools
Comparing version 5.2.18 to 5.2.19
{ | ||
"name": "uiw-admin", | ||
"version": "5.2.18", | ||
"version": "5.2.19", | ||
"description": "UIW Admin Project", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -42,2 +42,47 @@ UIW Admin Project | ||
Creates a [`uiw-admin`](https://github.com/uiwjs/uiw-admin) application using the command line. | ||
## Usage | ||
```shell | ||
# npm 6.x | ||
$ npm init uiw-admin my-app --example uiw-admin-ts | ||
# npm 7+, extra double-dash is needed: | ||
$ npm init uiw-admin my-app -- --example uiw-admin-ts | ||
$ yarn create uiw-admin [appName] | ||
# or npm | ||
$ npm create uiw-admin my-app | ||
# or npx | ||
$ npx create-uiw-admin my-app | ||
``` | ||
## Command Help | ||
Below is a help of commands you might find useful. The example download is from https://uiwjs.github.io/uiw-admin/zip/ | ||
```bash | ||
Usage: create-uiw-admin <app-name> [options] [--help|h] | ||
Options: | ||
--version, -v Show version number | ||
--help, -h Displays help information. | ||
--output, -o Output directory. | ||
--example, -e Example from: https://uiwjs.github.io/uiw-admin/zip/, default: "uiw-admin-ts" | ||
--path, -p Specify the download target git address. | ||
default: "https://uiwjs.github.io/uiw-admin/zip/" | ||
Example: | ||
yarn create uiw-admin appName | ||
npx create-uiw-admin my-app | ||
npm create uiw-admin my-app | ||
npm create uiw-admin my-app -f | ||
npm create uiw-admin my-app -p https://uiwjs.github.io/uiw-admin/zip/ | ||
Copyright 2021 | ||
``` | ||
## 贡献者 | ||
@@ -44,0 +89,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7195
99