@twocatmoon/vue-static-site-template
v1.1.0
Published
A static website template for Vue CLI
Downloads
3
Readme
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