An open API service indexing awesome lists of open source software.

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

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)
```