# n-code-live

> solid js libraries

[![version][version-tag]][npm-url]
[![install size][size-tag]][size-url]
[![download][download-tag]][npm-url]

## 使用

[![n-code-live][install-tag]][npm-url]

[npm-url]: https://npmjs.org/package/n-code-live
[install-tag]: https://nodei.co/npm/n-code-live.png
[version-tag]: https://img.shields.io/npm/v/n-code-live/latest.svg?logo=npm
[size-tag]: https://packagephobia.com/badge?p=n-code-live@latest
[size-url]: https://packagephobia.com/result?p=n-code-live@latest
[download-tag]: https://img.shields.io/npm/dm/n-code-live.svg?logo=docusign

## 安装依赖

```shell
npm install
# or
yarn install
```

## 启动项目

```shell
npm start
# or
yarn start
```

## 打包项目

```shell
npm run build
# or
yarn build
```

## 打包项目`使用自定义配置`

> 在打包其它有特殊配置的 bundle 时, 可以通过命令行参数来加载额外的配置文件;

例如: 使用 **config/index.ts** 与 **config/prod.ts** 合并后的配置进行编译.

```shell
npm run build --config=prod
# or
yarn build config=prod
```

## 配置文档

[click](https://monako97.github.io/neko-ui/@moneko/config)
