https://github.com/eggsyntax/vuet_web
https://github.com/eggsyntax/vuet_web
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggsyntax/vuet_web
- Owner: eggsyntax
- License: mit
- Created: 2015-05-03T18:12:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T03:11:41.000Z (over 10 years ago)
- Last Synced: 2025-06-16T19:53:48.048Z (8 months ago)
- Language: Clojure
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reframe_test Re-frame App
Run "`lein figwheel`" in a terminal to compile the app. Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
Any changes to ClojureScript source files (in `src`) will be reflected in the running page immediately (while "`lein figwheel`" is running).
Run "`lein clean; lein with-profile prod compile`" to compile an optimized version.
Original reagent example code found at https://github.com/reagent-project/reagent