Docsify Plugins by Aniketh Saha
- Clone the repo
yarn
cd packages/<packages-name>
- start editing on
src/index.js
andsrc/style.css
- The build step using
- the
styl -> css
usingstyl
CLI - Optimize the generated style using
cssnano
andpostcss
- Build the javascript using
rollup
- optimize it using
rollup-plugin-terser
- styling rule using
standard
- the