Skip to content

metalogon/metalogon-production

Repository files navigation

Metalogon

alt text

Setup on localhost

# Clone repo

# install vue.js - one time
npm install vue

# install vue-cli - one time
npm install --global vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev
-
# build for production with minification
npm run build

Create dummy JSON data (different project)

# install json-server package
npm install -g json-server

# Create the db.json file
# Copy from here: https://github.com/gassio/mt/blob/master/src/store/db.json

# watch db
json-server --watch db.json

About

Production environment for Metalogon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published