Getting StartedReadmeUsing create-docz-appDownload manuallySetupRunBuildServe built appHelpful Resources
Components
3rd Party & VendorAlertsCall Out BoxesFormsGrid SystemHorizontal RuleIconsImagesMapsMedia BreakpointsNavigationTable LayoutsVideoZ-IndexColor
OverviewDocz example
https://www.docz.site/docs/introduction
https://github.com/doczjs/docz
Using create-docz-app
npx create-docz-app docz-app-basic# oryarn create docz-app docz-app-basic
Download manually
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basicmv basic docz-basic-examplecd docz-basic-example
Setup
yarn # npm i
Run
yarn dev # npm run dev
Build
yarn build # npm run build
Serve built app
yarn serve # npm run serve