Bolshakova Anna ab21a11190 lab | il y a 1 mois | |
---|---|---|
.. | ||
apollo-server | il y a 1 mois | |
dist | il y a 1 mois | |
locales | il y a 1 mois | |
node_modules | il y a 1 mois | |
src | il y a 1 mois | |
ui-defaults | il y a 1 mois | |
ui-public | il y a 1 mois | |
LICENSE | il y a 1 mois | |
README.md | il y a 1 mois | |
graphql-server.js | il y a 1 mois | |
index.js | il y a 1 mois | |
package.json | il y a 1 mois | |
server.js | il y a 1 mois |
Before starting a local cli-ui instance, consider following the contributing guide in order to download all required dependencies of vue-cli's packages.
Just after, you should build once then serve @vue/cli-ui-addon-webpack
by running:
cd ../cli-ui-addon-webpack
yarn build # just do once
yarn serve
Then you start the ui server (based on Apollo):
cd ../cli-ui
yarn run apollo
And then in another terminal, you should serve the ui web app:
yarn run serve
For running E2E tests, you just need to run:
yarn run test:e2e
This will open a new Cypress window. You can now run all or specific integration tests.