@amsom-habitat/amsom-modal
v1.0.1
Published
Composant modal Vue 3 pour AMSOM Habitat.
Downloads
351
Readme
@amsom-habitat/amsom-modal
Composant modal Vue 3 pour AMSOM Habitat.
Installation
npm install @amsom-habitat/amsom-modalUtilisation
import { AmsomModal } from '@amsom-habitat/amsom-modal'Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildRun Headed Component Tests with Cypress Component Testing
npm run test:unit:dev # or `npm run test:unit` for headless testingRun End-to-End Tests with Cypress
npm run test:e2e:devThis runs the end-to-end tests against the Vite development server. It is much faster than the production build.
But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):
npm run build
npm run test:e2eLint with ESLint
npm run lint