https://github.com/emacs-eaf/eaf-vue-demo
EAF app demo base on Vue.js
https://github.com/emacs-eaf/eaf-vue-demo
eaf emacs emacs-lisp vue vuejs
Last synced: 5 months ago
JSON representation
EAF app demo base on Vue.js
- Host: GitHub
- URL: https://github.com/emacs-eaf/eaf-vue-demo
- Owner: emacs-eaf
- License: gpl-3.0
- Created: 2021-08-11T02:45:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T02:16:40.000Z (12 months ago)
- Last Synced: 2025-07-31T23:12:51.166Z (11 months ago)
- Topics: eaf, emacs, emacs-lisp, vue, vuejs
- Language: Emacs Lisp
- Homepage:
- Size: 3.87 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAF Vue Demo
This repository provides the EAF Vue Demo application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).
### Load application
[Install EAF](https://github.com/emacs-eaf/emacs-application-framework#install) first, then add below code in your emacs config:
```Elisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-vue-demo)
```