Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uiw-admin

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiw-admin - npm Package Compare versions

Comparing version 5.2.18 to 5.2.19

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc