Skip to content

ReneCode/sketch-vue

Repository files navigation

sketch-vue

Build Status

Web-App

A Vue.js project

Testing

Hints for vue unit testing

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.

Architecture

Interaction

/src/interaction/ia

base class is IaBase for all interaction

start an interaction with: store.dispatch('setInteractionMode', { mode: 'select' | 'delete' | 'panning' | ... see interaction-mode })

About

a sketch app written with vue and firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages