https://github.com/isuke/nim_vue_sample
Vue.js Component by Nim
https://github.com/isuke/nim_vue_sample
nim vuejs
Last synced: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T15:15:02.000Z (about 8 years ago)
- Last Synced: 2025-02-06T06:44:52.071Z (over 1 year 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
----