Milky Way Toolkit - This is a set of packages for developing front-end applications with Vue. It contains everything you need, as well as a package for developing Vue.js components - Space - (similar to a storybook, but faster).
- API - API client;
- Core - Core classes and interfaces for clean architecture realisation;
- Space - Tool for developt Vue components;
- Sprites - Sprites/Icons library;
- Styles - Styles library;
- Services - Error, Notification, Auth and Utils services (soon...);
- Examples (demo) packages:
- API example - API Client demo;
- Storybook demo - For present stories;
- Config packages:
Install the dependencies and devDependencies and start the server.
npm install @way@latest
npm run start
yarn add @way@latest
yarn start
For build all packages for production release:
npm run build
yarn build
All questions: [email protected]