@ovine/init
Version:
Apply ovine template more easily.
35 lines (26 loc) • 1.2 kB
Markdown
## Your Project Name
The project description here.
## Development Cli Command
[ovine cli doc](https://ovine.igroupes.com/org/docs/advance/cli)
```bash
# there are examples of 'yarn', you also can use 'npm'.
yarn start # start dev server
yarn build # build bundle files
yarn ovine help # more ovine cli information
# optional command
yarn scss # build scss files
yarn dll # build webpack dll files
```
## Projects Are Mainly Dependent On
- [ovine](https://github.com/CareyToboo/ovine) the main core lib.
- [amis](https://baidu.gitee.io/amis/zh-CN/docs/start/getting-started) extend the amis lib.
- [styled-components](https://styled-components.com) css styles in js.
- [font-awesome](http://fontawesome.dashgame.com) all icons out of box.
- [bootstrap](https://getbootstrap.com/docs/4.4/getting-started/introduction) full bootstrap features.
## Vscode Plugins You May Need
- `eslint` - es code linter
- `prettier` - prettify your codes
- `vscode styled component`- css in js styles highlight
- `search node_modules` - search file from `node_modules`
- `code spell checker` - for words spell check
> Any Issues? [Let Me Know](https://github.com/CareyToboo/ovine/issues).