Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 558 Bytes

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.