landings-abc-components-lib
v1.8.32
Published
[![npm][npm-image]][npm-url]
Downloads
107
Readme
Components Library
Run project Latest LTS Version Node.
This project contains components written using VUE 3 + VITE.
Example import:
import {CarouselFlowButton} from "landings-abc-components-lib";
import "landings-abc-components-lib/dist/style.css"
Project
The dev
script will start a local dev server with instant hot updates. Run it with the following command:
npm run dev
The build
script will create build project in dist folder. Run it with the following command:
npm run build
The npm publish
publishes a package. Run after build
Documentation
To check out docs, visit dev.doclibrary.abctech.dev.
The docs:dev
script will start a local dev server with instant hot updates. Run it with the following command:
npm run docs:dev
The docs:build
script will start a generate docs build in docs/dist folder. Run it with the following command:
npm run docs:build