faustinoaq / vue-amber-recipe

An Amber Framework recipe using Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amber + Vue

amber+vue

A SPA (Single Page Application) recipe using Vue.js and Amber Framework.

amber new app -r https://codeload.github.com/faustinoaq/vue-amber-recipe/zip/0.0.1
cd app
amber g scaffold Category title:string
amber g scaffold Product title:string description:text category:reference
amber g scaffold Comment body:text product:reference

Notes

  • This recipe generates models with Granite ORM only.
  • Vue generated templates use Pug language.

Tests

To run the test suite:

crystal spec

Contributing

  1. Fork it ( https://github.com/faustinoaq/fake_app/fork )
  2. Create your feature branch ( git checkout -b my-new-feature )
  3. Commit your changes ( git commit -am 'Add some feature' )
  4. Push to the branch ( git push origin my-new-feature )
  5. Create a new Pull Request

Contributors

  • faustinoaq Faustino Aguilar - creator, maintainer

About

An Amber Framework recipe using Vue.js


Languages

Language:Crystal 38.1%Language:Vue 34.2%Language:JavaScript 27.4%Language:Dockerfile 0.2%