You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
We build a new client template that is future forward, webpack based, and simplifies integration for our clients regardless if they are building a site or an app.
We'll likely need two versions of this template both based on the same tech stack.
Vue.js components and templating
SPA option
Prerender (Static Site Generation)
ES2015+ with Babel
webpack module bundling
JS and Sass Linting
Minify JS and CSS
Netlify Deploy
Browsersync like function
Node Sass, PostCSS, Autoprefixer
Styleguide generator
Contextual HEAD updates
multiple layouts
For websites, we can use jQuery and Foundation wrapped with vue directives. (Or if the client wants jQuery)
For apps, we'll need to fill in some core plugins with Vue.js components or vanilla JS libraries.
My preference is being agnostic to JS and JS frameworks. Nice to have something 'just for us' we can grab for apps like VUE, but not limit everyone else to use only vue
Proposal:
We build a new client template that is future forward, webpack based, and simplifies integration for our clients regardless if they are building a site or an app.
We'll likely need two versions of this template both based on the same tech stack.
For websites, we can use jQuery and Foundation wrapped with vue directives. (Or if the client wants jQuery)
For apps, we'll need to fill in some core plugins with Vue.js components or vanilla JS libraries.
Core plugins:
Optional add-ons:
The text was updated successfully, but these errors were encountered: