Skip to content

rpdlmnte/Iframe

Repository files navigation

Skanlog Vue Shell

Introduction

This Vue SPA shell is created to speed up initial creation process of an Vue SPA App. This contains all the basic setup and also needed configurations to make sure the app is ready on the get go.

Initial Project Setup

  1. Clone this repository
  2. Copy contents of this repository EXCEPT for the following:
    • .git folder
    • node_modules folder
  3. Update 'package.json' to Project Name
  4. Update 'index.html' title to Project Name
  5. Install dependencies using Yarn
  6. Setup OIDC configuration on .env.development file.
  7. Setup API Endpoint on .env.development file.

Vue Pre Requisites

  • NodeJS v16
  • Visual Studio Code
  • Yarn
  • Git bash (or terminal of your choice)
  • Google Chrome (Latest)

Visual Studio Code Extensions (Required)

  • ESLint
  • Prettier
  • Volar

Development Guide

  1. Locate root of Project
  2. Install all dependencies and node_modules using Yarn
  3. Run app using yarn dev command on terminal
  4. Open app in localhost:8080

Deployment Guide

  • Copy dist folder to designated server.

- Testing SG

  • Build project using yarn testing command.

- Testing DK

  • Build project using yarn staging command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published