a technology. It's a way of viewing how you build, it's an engineering approach. — Jeremy Keith Progressive enhancement focus on content, progressive framework focus on developer experience. In "JavaScript framework" terms it means that it supports even basic scenarios.
generator • Rules that some options can't be enabled at the same time • Preview your real projects if you are logged in • Configurable with a single .JSON file
I knew from earlier • and the same router setup I knew from earlier • after a while, I realised I could use a data store, because app was bigger than the previous ones • so I went for an official data store Vuex (~flux)
onboarding I ever saw • You write production-grade code since 1st minute • You can write demo (or a bug repro!) only with JSBin • Progressive nature slowly pushes you into the right direction • If you show someone the simplest Vue example, you can imagine how it will look with ES6. In a single file component. With a data store. And with a router…