Home

Awesome

Vue CoffeeScript Workflow

Templating is tricky, use language based DSL.

This project demonstrates writing Vue.js 2 in plain CoffeeScript. The goal is to find an easy solution to render HTML during building.

Usage

gulp ssr
webpack-dev-server --hot --inline

Open build/index.html to debug.

There are actually 3 entries, and I'm trying to make it isomorphic:

build/index.html
build/page/a.html
build/page/b.html
webpack --config webpack-build.config.coffee
webpack --config webpack.server.coffee
env=prod gulp ssr

TODO

Still need to work on:

License

MIT