Skip to content

hijiangtao/octo-note

Repository files navigation

Octo Note

Codacy Badge codebeat badge

A simple and small note app that can run well in your device, even in uncertain network conditions.

Preview

Online: link (PWA features can only be shown in some Chrome browsers with non-iOS environment)

Features

  • Note
  • Weather
  • Stock

Some parts that worths to be mentioned:

  • Vue
  • webpack (babel, eslint)
  • Progressive Web App
  • HTML5 (localstorage)
  • WEUI

Build Setup

You can download the codes and run it locally with the following guidances.

# 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 e2e tests
npm run e2e

# run all tests
npm test

Details

With the help of webpack plugin SW Precache Webpack Plugin, octo-note is a Progressive Web App now, that can run well in some Andriod and Windows Devices, for more detail please visit Progressive Web Apps - Google Developers.

Contact