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

@kdcloudjs/create-kdesign-app

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdcloudjs/create-kdesign-app

KDesign-Pro 命令行工具

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Create-KDesign-App

安装命令行

开始开发之前,请您先确保已经在本地安装好了 node,然后运行以下命令安装命令行工具:

$ npm i -g @kdcloudjs/create-kdesign-app

初始化脚手架

我们使用刚才安装的 create-kdesign-app 来快速初始化脚手架,并提供多种模板

  • umi3:使用umi3为基础框架,兼容ie11
  • umi4:使用umi4为基础框架,不兼容ie11
  • simple:使用umi4为基础框架,并简化典型页面及功能
  • plugin-vscode:vscode 插件模板
$ create-kdesign-app                     
$ #? Please input the project name: my-app   # 输入项目名称
$ #? What template do you need? umi3...       # 选择模板
$ Initializing the KDesign App                # 开始初始化项目
$ Receiving objects stage 100% complete       # 等待接收完成

$ Initializing Done                           # 完成

安装依赖:

# 注:umi3默认使用npm, umi4默认使用pnpm, 可在config/config.ts中修改
$ cd my-app && npm install

开发

安装好脚手架后就可以开始开发

$ npm run start

浏览器兼容性

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

Create-KDesign-App 使用了 Apache License, Version 2.0. 详细license 请查看 LICENSE

Keywords

FAQs

Package last updated on 09 Aug 2024

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