1.0.1 • Published 6 years ago

vue-website-cli v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

vue-website-cli

This tool allows you to put in place a static website powered by VueJS.

If you are a VueJS developer, you can develop a static website in no time with the tools you love.

If you are integrator or website developer using static site generators like Jekyll, and or handle user actions with tools like jQuery and manipulate much DOM, you will be able to code your website as simple components (html, css). Just add some js implementing vuejs component module and you will add reactivity to your pages.

how to use

standard

First install the cli

npm i -g vue-website-cli

Just generate a new website and you're done!

vue-website generate my-website

An npm run dev will live reload your site, a npm run build will generate your static pages, embedding VueJS anyway for reactivity and user interaction.

a little bit complicated

If you don't want this tool magic, you can use the vue-website-template as a VueJS template (as an overload of the vue webpack template) on wich is added the vue-website-plugins.