Packages to support the vuesion project
Contributions are always welcome! Please read the contribution guidelines first.
- clone repo
- run
npm install
- run
npm run dev
- clone or create a new vuesion project
- npm link necessary @vuesion packages to test locally e.g.
npm link @vuesion/service
- run
npm test
- run
npm run e2e