Skip to content

jwklomp/demo-portal-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application to demo a Javascript based frontend, combinded with Contentful headless CMS and API.

Before building

# file \config\app-constants.js was omitted from version control. This file must be created manually.
# It should contain the following two lines with the Contentful space_id and token
export const SPACE_ID = 'your space id'
export const ACCESS_TOKEN = 'your access token' 

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

About

Vue.js front-end for demo portal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published