A web app to let people assign story points from anywhere with an internet connection.
build/– webpack build system configuration.src/– Source directory of the Vue.js application.assets/– Static files that will be processed by webpack with url-loader.components/– Vue.js Single-File Components.styles/– library of utility styles and global Sass variables.
config.ts– Build system and environment configuration options.index.ts– Vue.js entry point.
# Install dependencies.
npm install
# Run locally with hot module replacement.
npm start
# Build for production with minification.
npm run build