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

noco-component-scripts

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noco-component-scripts

## 项目结构

latest
npmnpm
Version
2.1.16
Version published
Maintainers
3
Created
Source

使用方法

项目结构

├── src
│   ├── example
│   │   ├── 1
│   │   │   ├── config.js
│   │   │   ├── index.js
│   │   │   └── index.vue
│   │   └── 2
│   │       ├── config.js
│   │       ├── index.js
│   │       └── index.vue
│   ├── impl
│   │   ├── index.js
│   │   └── index.vue
│   └── meta
│       ├── index.js
│       └── meta.json
├── package.json
├── changelog.js
├── noco.config.js
├── .npmrc
└── .gitignore

安装

npm install noco-component-scripts

启动项目

启动默认 example

noco-component-scripts start

该命令会启动src/example/1 对应的示例

启动指定 example

noco-component-scripts start 2

该命令会启动src/example/2 对应的示例

指定端口号

noco-component-scripts start --port 8080
noco-component-scripts start 2 --port 8081

该命令会同时启动 example/1(:8080) 和 example/2(8081)

编译项目

noco-component-scripts build

FAQs

Package last updated on 30 Jan 2021

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