It is a frontend for the cv backend go app built with Go. The Vue.js CV app implements all the features provided by the cv backend go app.
- Vue 3
- TypeScript
- Composition API
- Pinia
- Vuetify
- Rename
.env.example
to.env
and replace the values - Run in the terminal
yarn
ornpm install
- Then run:
yarn dev
ornpm run dev
- Now, app should be running at http://localhost:3000/
yarn build
npm run build