sipa-ui
Advanced tools
Weekly downloads
Readme
Ouest-France/Sipa Group guidelines
yarn install
npx gulp
NodeJS version >= 10.10.0 is required
Publish directory dist/
yarn install
yarn build
yarn install
yarn watch
yarn storybook
yarn install
yarn add-component --name=comp-name
yarn build
Then, relaunch Storybook in build or dev mode.
SipaUI's content
build / (usefull directory to generate the dist)
dist / (compilated files)
doc / (directory for the website)
index.php
[page-name].php
...
src /
components /
[component-name]
doc-design.md (files for the documentation)
doc-html.md (files for the documentation)
doc-vuejs.md (files for the documentation)
main.scss
_variables.scss
_theme-[name].scss
index.vue.js
core /
fonts /
js /
scss /
.storybook / (usefull directory to generate the catalog)
config.js
head.html
docker build -t sipa-ui . -f .utils/Dockerfile-local
docker run -v `pwd`:/sipaui -v /sipaui/node_modules/ -d -p 8789:80 -p 9001:9001 --name sipa-ui_1 sipa-ui
docker exec -it sipa-ui_1 bash
yarn install
yarn build
yarn storybook
Stop
docker stop sipa-ui_1
Start
docker start sipa-ui_1
docker exec -it sipa-ui_1 bash
yarn storybook
URL
mode doc:
http://localhost:8789/
http://localhost:8789/storybook/?path=/story/intro--documentation
mode catalogue
http://localhost:9001/?path=/story/intro--documentation
docker build -t matthieupresse/php7-node14 -f .utils/Dockerfile-build-cdp .
docker tag matthieupresse/php7-node14 matthieupresse/php7-node14
docker push matthieupresse/php7-node14
La compilation Gulp gère la compatibilité avec les différents navigateurs via PostCSS et Autoprefixer.
Pour changer la configuration actuelle, modifiez le fichier .browserslistrc
à la racine du projet (options possibles : https://github.com/browserslist/browserslist#full-list).
Pour connaître la liste des navigateurs compatibles, lancez cette commande :
npx browserslist
FAQs
Framework frontend de composants graphiques et de styles éditoriaux pour les sites du Groupe SIPA Ouest‑France.
The npm package sipa-ui receives a total of 375 weekly downloads. As such, sipa-ui popularity was classified as not popular.
We found that sipa-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.