Matthew Pietz 09305db48f chore: add module concatenation hint (#2503)
Allow Webpack to process this file as an ES Module, which allows
concatenating using ModuleConcatenationPlugin, resulting in a slightly
smaller bundle and removes the overhead of a runtime `require()`.

The export default null will get optimized away during tree-shaking.
2018-09-15 01:33:46 +08:00
2018-07-13 11:47:46 -04:00
2018-08-13 12:09:30 -04:00
2018-07-13 10:56:22 -04:00
2018-09-12 13:20:26 +08:00
2018-09-12 13:18:40 +08:00
2018-01-06 13:04:43 -05:00
2018-08-10 11:12:48 -04:00
2018-08-31 19:55:31 +02:00

vue-cli Build Status Windows Build status

Vue CLI is the Standard Tooling for Vue.js Development.

Documentation

Docs are available at https://cli.vuejs.org/ - we are still working on refining it and contributions are welcome!

Contributing

Please see contributing guide.

License

MIT

S
Description
🛠️ webpack-based tooling for Vue.js Development
Readme MIT 45 MiB
Languages
JavaScript 75%
Vue 22.9%
TypeScript 0.9%
Stylus 0.5%
HTML 0.3%
Other 0.4%