
vue-cli template to publish components easily
This article introduces an easy-to-use vue-cli template for publishing Vue components. It also provides instructions on how to install the template and use it for plugin development. The template comes pre-configured with webpack 2.0 and supports import and browser installation. It also supports popular CSS preprocessors like Less, Sass/Scss, and Stylus. The article includes a guide on how to watch and compile the components, how to use the template in another project, and how to publish the plugin to npm.
This article introduces an easy-to-use vue-cli template for publishing Vue components. The template comes with webpack 2.0 pre-configured and supports import and browser installation. It also supports popular CSS preprocessors like Less, Sass/Scss, and Stylus. The article provides installation instructions, guides on watching and compiling the components, using the template in another project, and publishing the plugin to npm. Overall, this template simplifies the process of publishing and developing Vue components.
