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

Latest commit

 

History

History
33 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.07 KB

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