Skip to content

shaho/spectral-front-end

Repository files navigation

Spectral front-end

Tech Stack

  • Vue - The Progressive JavaScript Framework
  • Vuex - Create a centralized data store which can be accessed by all components in the app
  • vue-chartjs - Easy and beautiful charts with Chart.js and Vue.js
  • tailwindcss - A utility-first CSS framework
  • Storybook - Build bulletproof UI components faster

🚀 Quick start

npm install && npm run serve

Run Storybook

npm run storybook

Compiles and minifies for production

npm run build