Skip to content

CyberAllianceLLC/templ_vue_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Template

This is a Vue single page application OAuth template example.

Server Side code can be found here: templ_server_auth

Build Setup

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

  • copy dist/ to public/ on server.

NOTE:
Website is built into dist/. Copy contents of the dist/ folder to the public/ folder on the server, when it's ready for production.