vue-website-cli

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-website-cli

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.27 kB

Total Files

3

Last publish

Collaborators

  • jredoute