vuex-project

This is a simple todo list app that uses Vue3, Vuex and Typescript at the front end and Golang with Postgres on the back end. It was created to learn and practice and to showcase what I have learned so far. You can find the back end(written in Go) here: link

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.