[Vuejs]-Minimalistic build setup for Vuejs without Webpack

0👍

You can use Vue CLI to scaffold your project. It fully manages Webpack (among other things) configuration for you so you can enjoy all of the features of Webpack (SFC, CSS loader, integration with SCSS/Less, hot reloading in dev env, minification and tree shaking in production build and many more) without the need to write single file of Webpack configuration

Leave a comment