favesalon-website
v1.0.2
Published
A collection of components for creating favesalon mini site
Downloads
127
Readme
Favesalon Website Components
A set of Favesalon components that use for creating favesalon mini websites.
Development
To start the components, run:
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Using this component
To install favesalon-website with npm, run:
npm i favesalon-website --save
or use the hosted version from unpkg:
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/favesalon-website/favesalon-website.css" />
<script type="module" src="https://unpkg.com/[email protected]/dist/favesalon-website/favesalon-website.esm.js"></script>