Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.17 KB

Your Project Name

The project description here.

Development Cli Command

ovine cli doc

# 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

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.