vue-amber-recipe

Version, currently master branch1 version
  • master branchlatestApr 6, 2019

github.com/faustinoaq/vue-amber-recipe

An Amber Framework recipe using Vue.js

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  vue-amber-recipe:
    github: faustinoaq/vue-amber-recipe
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Faustino Aguilar
Target
  • amber from lib/amber/src/amber/cli.cr

Dependencies

Runtime Dependencies

  • amber~> 0.8.0github: amberframework/amber

README

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