Skip to content

flipboxstudio/progressive-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progressive Vue

Vue.js with Progressive Enhancement

Lighthouse Score

Quick Start

vue-init flipboxstudio/progressive-vue app
cd app
yarn install # or npm install
yarn dev # or npm run dev

What's Added