Bakhtina Sofya b84cb877be 1st comm пре 2 месеци
..
apollo-server b84cb877be 1st comm пре 2 месеци
dist b84cb877be 1st comm пре 2 месеци
locales b84cb877be 1st comm пре 2 месеци
node_modules b84cb877be 1st comm пре 2 месеци
src b84cb877be 1st comm пре 2 месеци
ui-defaults b84cb877be 1st comm пре 2 месеци
ui-public b84cb877be 1st comm пре 2 месеци
LICENSE b84cb877be 1st comm пре 2 месеци
README.md b84cb877be 1st comm пре 2 месеци
graphql-server.js b84cb877be 1st comm пре 2 месеци
index.js b84cb877be 1st comm пре 2 месеци
package.json b84cb877be 1st comm пре 2 месеци
server.js b84cb877be 1st comm пре 2 месеци

README.md

@vue/cli-ui

Local development

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

Testing

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.