/notes

Simple notes app made with Node.js, Koa.js, Vue.js

Primary LanguageJavaScript

Notes

server

What includes:

  • Multipy Koa-Routers using.
  • Flowtype.
  • Eslint.
  • Backpack.

Usage

Routing:

Create your router in src/routes file then import it in src/routes/index.js

example:

const newRouter = require('./newRouter');

const routes = combineRouters([root, newRouter]);

Commands:

  • Build:

    npm run build
  • Dev server:

    npm run dev
  • Start on your server:

    npm run start

Its still in progress...

client

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.