lundibundi / aw-webui

A webapp for ActivityWatch built in Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-webui

A webui for ActivityWatch built in Vue.js

Build Status

Build Setup

# Install dependencies
make install

# Make sure you have aw-server running, the testing port will be used by default
# so make sure you are running with the --testing flag
aw-server --testing

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

# build for production with minification
npm run build

Code structure

One of the first things that happen in the application is the execution of src/main.js.

This loads things such as bootstrap-vue and a bunch of other stuff that's globally used (filters, resources).

The main.js file then loads the src/App.js file, which is the root component of the application and where everything thing begins.

This repo was initialized with a Vue.js template that uses webpack, so for detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

A webapp for ActivityWatch built in Vue.js

License:Mozilla Public License 2.0


Languages

Language:JavaScript 50.9%Language:Vue 47.8%Language:CSS 0.7%Language:Makefile 0.3%Language:HTML 0.3%