norice

3.0.3 • Public • Published

Install

npm install -g norice

write config norice.config.js

const path = require('path');

module.exports = {
  webpackDev: require('./webpack.dev.js'),
  api: {
    '/test': {
      get: {
        body: () => 'hello world!',
      },
    },
  },
};

run

$ norice -p 3000

Package Sidebar

Install

npm i norice

Weekly Downloads

3

Version

3.0.3

License

MIT

Unpacked Size

14.4 kB

Total Files

11

Last publish

Collaborators

  • quanxiaoxiao