Aucune description

Olivier Massot 2ac1b22cde fix e2e tests il y a 4 ans
assets 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
components 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
enums 1054b47e64 structures search - filters ok il y a 4 ans
lang 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
layouts 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
pages 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
plugins 63c6b5e1df implements theming il y a 4 ans
services 52f746667d add url parameters, disable SSR, include new structure data il y a 4 ans
static 8e062e5dc1 graphic improvements and routing fixes il y a 4 ans
store aadb3aaa64 nuxt init il y a 4 ans
test 2ac1b22cde fix e2e tests il y a 4 ans
types 52f746667d add url parameters, disable SSR, include new structure data il y a 4 ans
.babelrc aadb3aaa64 nuxt init il y a 4 ans
.editorconfig aadb3aaa64 nuxt init il y a 4 ans
.env.ci 6449cd82c9 add multi env support and update CI il y a 4 ans
.env.local 6449cd82c9 add multi env support and update CI il y a 4 ans
.eslintrc.js aadb3aaa64 nuxt init il y a 4 ans
.gitignore 5838dcaec0 cypress tests on /structures ok il y a 4 ans
.gitlab-ci.yml 9431b4bdfc fix ci il y a 4 ans
README.md 52f746667d add url parameters, disable SSR, include new structure data il y a 4 ans
cypress.json f6dab45993 fix CI il y a 4 ans
jest.config.js f02ca7420f minor fixes and tests skeletton il y a 4 ans
logo.png a6ac6d668a structures: performances optimization il y a 4 ans
nuxt.config.js 63c6b5e1df implements theming il y a 4 ans
package.json 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans
todo.md 63c6b5e1df implements theming il y a 4 ans
tsconfig.json 0eee2f60ce refactor fetchers into a provider service il y a 4 ans
yarn.lock 496032d0cb https://assistance.opentalent.fr/browse/V8-2613 il y a 4 ans

README.md

Frames

pipeline status

Frames est une application Nuxt proposant des iframes à inclure sur des sites tierces.

Iframes implémentées:

Run / build

To start the development server:

yarn dev

To build:

yarn build

Run tests

To run unit tests:

yarn test

To run end-to-end tests with Cypress:

yarn cypress

To run it in command line:

yarn cypress:run