Skip to content

aalug/cv-frontend-vuejs

Repository files navigation

Vue.js CV app

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.

App is built with:

  • Vue 3
    • TypeScript
    • Composition API
  • Pinia
  • Vuetify

Getting started

  1. Rename .env.example to .env and replace the values
  2. Run in the terminal yarn or npm install
  3. Then run: yarn dev or npm run dev
  4. Now, app should be running at http://localhost:3000/

Compiles and minifies for production

  • yarn build
  • npm run build

Customize configuration

See Configuration Reference.

About

CV frontend app built in vue.js

Topics

Resources

Stars

Watchers

Forks