0.0.4 • Published 2 years ago

@soulbringer/egg-vite v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

egg-vite

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-vite --save

Usage

// {app_root}/config/plugin.js
exports.vite = {
  enable: true,
  package: 'egg-vite',
};

Configuration

// {app_root}/config/config.default.js
exports.vite = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT