Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 22, 2022 03:10 pm GMT

100DaysOfCode: Artwork Profile UI Design with Weavv


GitHub logo louislow81 / 100DaysOfCode

The 100 Days of Code with HTML, WEAVV CSS, and Vanilla JS to create Web Components without App Framework.


GitHub logo weavv / weavv-css-documentation

The official WEAVV CSS documentation website

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




Enjoy!


Original Link: https://dev.to/louislow/100daysofcode-artwork-profile-ui-design-with-weavv-554e

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To