Bolshakova Anna ab21a11190 lab | преди 1 месец | |
---|---|---|
.. | ||
apollo-server | преди 1 месец | |
dist | преди 1 месец | |
locales | преди 1 месец | |
node_modules | преди 1 месец | |
src | преди 1 месец | |
ui-defaults | преди 1 месец | |
ui-public | преди 1 месец | |
LICENSE | преди 1 месец | |
README.md | преди 1 месец | |
graphql-server.js | преди 1 месец | |
index.js | преди 1 месец | |
package.json | преди 1 месец | |
server.js | преди 1 месец |
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.