Skip to content

blockrockettech/hedd-vue

Repository files navigation

hedd-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Mock API

npm run mockapi

Docker

Based on: https://jonathanmh.com/deploying-a-vue-js-single-page-app-including-router-with-docker/

Make image

docker build -t hedd/hedd-vue-app-ngnix .

Run latest image on localhost:8080

docker run -p 8080:80 hedd/hedd-vue-app-ngnix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published