A simple and small note app that can run well in your device, even in uncertain network conditions.
Online: link (PWA features can only be shown in some Chrome browsers with non-iOS environment)
- Note
- Weather
- Stock
- Vue
- webpack (babel, eslint)
- Progressive Web App
- HTML5 (localstorage)
- WEUI
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
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.
- Github - hijiangtao