Single Page Application Boilerplate
A full-featured Vue CLI setup with vue-router, vuex, material-design-lite, auth0, Storybook
The extra functionalities added are:
- vue-router for routing.
- vuex for application states and store management.
- Storybook for Storybook
Coming soon:
- Material Design Lite for UI. (Will be moving to vue-mdl soon once vue 2.0 is supported)
- Auth0 for easy serverless user management.
- vue-resource for APIs and HTTP requests.
- vue-apollo for GraphQL support.
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