devDesk

A SPA provides convenience for searching apis, documents during development.

Intro

A SPA provides convenience for searching apis, documents during development.It is built with vue2.4 + vuex + element-ui.

You can install it as a chrome extension

Basic functions

  • TodoList
  • Customized bookmark list
  • CDN list (search, filter)
  • Enter keyword to go to customized website
  • Import, export data with JSON file (need chromeStorage)
  • Clock, geolocation, weather forecast, etc.

Screenshoot


Build Setup

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
# run unit tests
npm run unit
# run all tests
npm test

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