2.1.16 • Published 3 years ago

noco-component-scripts v2.1.16

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

使用方法

项目结构

├── 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
2.1.16

3 years ago

2.1.15

3 years ago

2.1.14

5 years ago

2.1.13

5 years ago

2.1.12

5 years ago

2.1.11

5 years ago

2.1.10

5 years ago

2.1.9

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago