neutrino-preset-laima-antd
v1.1.0
Published
Neutrino preset for laima project
Downloads
10
Maintainers
Readme
Neutrino preset for laima project
Requirements
- Node.js v6 LTS, v8, v9
- Yarn v1.2.1+, or npm v5.4+
- Neutrino v8
Installation
Yarn
❯ yarn add --dev neutrino-preset-laima-antd
npm
❯ npm install --save-dev neutrino-preset-laima-antd
Documentation
Install this preset to your development dependencies, then set it in
.neutrinorc.js
:
module.exports = {
use: [
'neutrino-preset-laima-antd'
]
}