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

create-aiolosjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-aiolosjs

通过命令创建应用

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

create-aiolosjs

通过命令创建应用/模板

Usage

$ yarn create aiolosjs [appName]

Boilerplates

  • aiolosjs-pro - 创建一个 aiolosjs pro 模板, 基于 antd pro.
  • standardtable - 创建一个标准 table.

Usage Example

$ yarn create aiolosjs

? 请选择模板类型  (使用上下按键)
  aiolosjs-pro    - 创建一个aiolosjs pro 模板, 基于antd pro.
❯ standardtable   - 创建一个标准table.

? 请选择模板类型 standardtable
? 请输入菜单名称-中文 testTable
? 请输入菜单名称-英文 测试
   create 测试/Detail.tsx
   create 测试/index.tsx
   create 测试/interface.ts
   create 测试/ModalDetailForm.tsx
   create 测试/model.ts
   create 测试/pageConfig.tsx
✨ 文件创建成功

FAQ

yarn create umi command failed

这个问题基本上都是因为没有添加 yarn global module 的路径到 PATH 环境变量引起的。

先执行 yarn global bin 拿到路径,然后添加到 PATH 环境变量里。

$ yarn global bin
/usr/local/bin

你也可以尝试用 npm,

$ npm create aiolosjs

或者手动安装 create-aiolosjs,并执行他,

$ npm install create-aiolosjs -g
$ create-aiolosjs

FAQs

Package last updated on 24 Dec 2020

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