Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isuke/nim_vue_sample
Vue.js Component by Nim
https://github.com/isuke/nim_vue_sample
nim vuejs
Last synced: 2 days ago
JSON representation
Vue.js Component by Nim
- Host: GitHub
- URL: https://github.com/isuke/nim_vue_sample
- Owner: isuke
- Created: 2018-05-27T15:14:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T15:15:02.000Z (over 6 years ago)
- Last Synced: 2024-12-12T19:23:08.342Z (about 2 months ago)
- Topics: nim, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectlinks:
:sectnums:
:source-highlighter: highlightjs
:toc: left
:toclevels: 1= Nim Vue.js Sample
* nim 0.18.0
== Usage
----
$ nim js -r -o:Counter.js Counter.nim
$ open index.html
----