@leanjs/webpack-vue
v0.4.2
Published
Default Webpack configuration for LeanJS Vue micro-apps.
Downloads
12
Maintainers
Readme
@leanjs/webpack-vue
Installation
yarn add -D @leanjs/webpack-vue
It exports a default Webpack config for Vue that you can use.
Usage
const { createVueWebpackConfig } = require("@leanjs/webpack-vue");
const config = createVueWebpackConfig();