Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Latest commit

 

History

History
100 lines (74 loc) · 3 KB

README.md

File metadata and controls

100 lines (74 loc) · 3 KB

vuetibook

David HitCount

Experimenting the integration between Vue.js, Vuetify and Storybook.

Some tools like Vue I18n and Vuex are also used in order to make the project similar to what a real application would be.

Deployed on Netlify

Dockerize for development

docker-compose up

Local Installation

Project setup

# app & storybook
yarn install

# docs
cd docs
yarn install

# mocks
cd mocks
yarn install

Available Commands

# app
yarn serve # Compiles and hot-reloads for development
yarn build # Compiles and minifies for production

# Storybook
yarn serve:storybook # Compiles and hot-reloads for development
yarn build:storybook # Compiles and minifies for production

# Run unit tests
yarn test:unit

# Documentation
cd docs
yarn serve:docs # Compiles and hot-reloads for development
yarn build:docs # Compiles and minifies for production

# Mock Server
cd mocks
yarn serve # Hot-reloads for development

Built With

Base Tools

Internationalization

Material Design

mock Server

Analytics

  • Google Tag Manager
  • Google Analytics

Testing

Documentation

Versioning

We use SemVer for versioning and Keep a Changelog for the format of the ChangeLog. For the versions available, see the tags on this repository.