New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@n22/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n22/cli

local service for n22-cli projects

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

n22-cli1

安装

全局安装 cli

npm install -g @n22/cli

使用模版初始化项目

n22 create <你的项目名称> <你需要的模版>

注:

  • 你需要的模版参数不写默认为simple模版
  • 新的模板需要挂载在 git
    http://git.n22.com.cn:8089/rad/client-xxxxx-template.git
    其中xxxxx为你的模板名称
    

目前 git 存在的模板

  • 1、client-app-simple-template移动端
  • 2、client-simple-templatePC 管理平台

注:模板需要开通账号权限

进入项目

cd <你的项目名称>

安装依赖

npm install

运行

npm run dev -m-<模块名称>

eg:npm run dev -m-demo

FAQs

Package last updated on 29 Sep 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