Create a new frontend project with WEAVV CSS framework and scaffolding instantly bundles with necessary build tools for HTML, CSS/SCSS, JS and image assets.
Note: The example boilerplate is using Vanilla JS to create web components.
make sure you have npx or with yarn installed, you can create new WEAVV project without installing the package,
# YARN
$ yarn weavv-cli my-new-project
# NPM
$ npx weavv-cli my-new-project
if you install the package locally
,
# YARN
$ yarn global add weavv-cli
# NPM
$ npm i -g weavv-cli
then simply run this command and follow the onscreen instructions,
# weavv <PROJECT_NAME_OR_PROJECT_DIR>
$ weavv my-new-project