Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 712 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 712 Bytes

demdb

Democracy Database

Requirements

  • PostgreSQL 9.5
  • Perl

Styles

  • SASS
  • PostCSS-cssnext
  • PostCSS

This project uses the PostCSS Utility Library. For a list of current utilities available see: https://github.com/ismamz/postcss-utilities#list-of-current-utilities

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.