Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

sunkarapk/spoiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

spoiler

Single Page Application Boilerplate

A full-featured Vue CLI setup with vue-router, vuex, material-design-lite, auth0, Storybook

The extra functionalities added are:

Coming soon:

Usage

With @vue/cli globally installed, just run the following command:

$ npm i -g @vue/cli
$ vue create --preset pksunkara/spoiler appname

Your singe page application is now ready to be developed.

$ npm run serve