/learn-vue

A task tracker app for learning VueJS

Primary LanguageVue

learn-vue

Prerequisites

  1. install Docker
  2. install Docker Compose
  3. install Git
  4. clone repository: git clone --recursive https://github.com/thierved/learn-vue.git

Getting Started

  1. configure project: ./bootstrap.sh
  2. start service: docker compose up
  3. browse to development server at http://localhost:8080

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

Run Unit Tests

npm run test:unit

Customize configuration

See Configuration Reference.