Skip to content

alexbaezd/habits

Repository files navigation

Habits: Personal Project

Te ayuda a registrar los hábitos que deseas que formen parte de tu vida.

Stories

Stack

  • Vue
  • Nuxt
  • Vuex
  • Vuetify

🚀 Instructions for to operate project on your local machine

  1. Clone this repository.

    git clone https://github.com/alexbaezd/habits.git
  2. Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.