ffbad-components
v0.0.43
Published
Components library
Downloads
12
Readme
ffbad-espace-club-components
Install and use this lib in another project
Install latest released version
npm i --save ffbad-espace-club-components
Install snapshot version
npm i --save ffbad-espace-club-components
Development
This project has been created and packaged following This Guide
Prerequisites
- Ensure you have NodeJS v12 or above installed.
- Set up Git hooks
Contribute
- Please follow these commiting rules (only) when merging your pull requests: Semantic Release
run
npm start
test
npm test
or
npm test:watch
build
IF ERROR RUN START STORYBOOK:
node18
yarn remove node-sass
NODE_OPTIONS=--openssl-legacy-provider yarn start
BUILD =
node18
# NODE_OPTIONS=--openssl-legacy-provider yarn add [email protected]
yarn build
yarn postbuild
npm publish
"postbuild": "sass src/assets/css/styles.scss:build/assets/css/bundle.css --style=compressed && npm run copy-fonts && npm run copy-images"