solid js libraries
npm install 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 installor
yarn install
`shell`
npm startor
yarn start
`shell`
npm run buildor
yarn build
> 在打包其它有特殊配置的 bundle 时, 可以通过命令行参数来加载额外的配置文件;
例如: 使用 config/index.ts 与 config/prod.ts 合并后的配置进行编译.
`shell``
npm run build --config=prodor
yarn build config=prod