|
|
|
|
|
by nek4life
2687 days ago
|
|
You can just use DOM templates with Vue.js. Basically write your HTML the way you normally would and add the Vue.js attributes that tells Vue what to bind with. If JavaScript is disabled you just have plain HTML. It does scale up to doing a full SPA with single file components and compiled templates with Webpack. Here's a simple form example: https://jsfiddle.net/ufowkr92/ |
|