Used Technologies: Vuejs, Vuex, Scss, Jest, Storybook
Case Demo Page: https://armut-study-case.netlify.app/#/
Case Storybook Page: https://storybook-armut-study-case.netlify.app/
⬆️ Install nodejs & npm
⬆️ Install yarn
Global terminal
npm install -g yarn
➕ Install dependencies
In the project root directory:
yarn install
🚧 Compiles and hot-reloads for development
In the project root directory:
yarn serve
🚀 Compiles and minifies for production
In the project root directory:
yarn build
✅ Run your unit tests
In the project root directory:
yarn test:unit
✏️ Lints and fixes files
In the project root directory:
yarn lint