/pycontw-ui

Storybook for PyCon TW Website

Primary LanguageVue

pycontw-ui

This repository is a Storybook for PyCon TW website

Set up Environment

  1. Project setup
$ npm install
  1. Compiles and hot-reloads for development
$ npm run serve
  1. Compiles and minifies for production
$ npm run build
  1. Lints and fixes files
$ npm run lint