New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-create-rsuite

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-create-rsuite

快速搭建 Rsuite 组件开发环境

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

create-suite

快速搭建 Rsuite 组件开发环境

用法

安装
# 确保全局安装
npm install -g yo
npm install -g generator-create-rsuite
创建项目
# 创建并进入项目文件夹
mkdir your-project && cd your-project

// 使用脚手架安装项目
yo create-rsuite
运行项目

等待 npm install 安装完成后,执行下面命令,打开 localhost:3000 即可运行项目。

npm run dev

其他常用命令

  • npm run docs - 构建demo
  • npm run publish-docs - 发布 demo 到 github-pages
  • npm run build - 打包构建
  • npm run test - 运行测试脚本
  • npm run coverage - 生成测试覆盖率报告

Keywords

FAQs

Package last updated on 16 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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