1.1.0 • Published 4 years ago

@twocatmoon/vue-static-site-template v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Vue Static Site Template

A static site boilerplate template with all the bells and whistles required for modern web dev.

Includes:

  • Prerendered build
  • Resize and viewport features
  • Animation support
  • Localization features
  • Page transitions and loading state
  • SASS reset, global variables, and utility mixins
  • Boilerplate components
  • Various other utilities like date-fns, short-uiid, js-cookie, pre-installed and integrated as plugins
  • ...and more!

Getting Started

npm i -g @vue/cli
npm i -g @vue/cli-init
vue init jordanranson/vue-static-website-template <directory-name>
cd <directory-name>
npm i
npm run serve