Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 2.01 KB

README.md

File metadata and controls

61 lines (43 loc) · 2.01 KB

Netlify Status

image

WEAVV CSS Documentation

Read the official documentation

Developer Tools

  • WEAVV Playground - Online code editor for testing and prototyping UI design with WEAVV.
  • WEAVV CLI - Create empty project on-the-go with example template, written with Vanilla JS web component. Optional to use HTML inline CSS class or to use SASS with @extend directive to extract WEAVV CSS classes in semantic way.

Features

Build

clone the repository,

$ git clone https://github.com/weavv/weavv-css-documentation.git
$ cd weavv-css-documentation

install dependencies,

# YARN
$ yarn
# NPM
$ npm i

serve locally,

# YARN
$ yarn dev
# NMP
$ npm run dev

Credits

Nunjunks, Gulp, NodeJS, Sass


MIT