Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 448 Bytes

EAF Vue Demo

This repository provides the EAF Vue Demo application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-vue-demo)