1.0.0-1 • Published 7 years ago

z0-lite v1.0.0-1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

z0-lite

Alpha preview of z0 site generator

npm i z0-lite
z0 home.jsx --dev
z0 home.jsx > index.html

Example .jsx source file

<Box is='header'>
  <Container py={6}>
    <Heading>Hello</Heading>
  </Container>
</Box>
  • Hot reloading dev server
  • Builds static HTML pages
  • Automatically picks up components from Lab (theme.json and lab.json)
  • Configurable scope with z0.config.js