2.1.16 • Published 4 years ago
noco-component-scripts v2.1.16
使用方法
项目结构
├── 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
4 years ago
2.1.15
4 years ago
2.1.14
6 years ago
2.1.13
6 years ago
2.1.12
6 years ago
2.1.11
6 years ago
2.1.10
6 years ago
2.1.9
6 years ago
2.1.8
6 years ago
2.1.7
6 years ago
2.1.6
6 years ago
2.1.5
6 years ago
2.1.4
6 years ago
2.1.3
6 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.1.0
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago