emacs-eaf / eaf-vue-demo

EAF app demo base on Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

EAF app demo base on Vue.js

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 49.9%Language:Vue 24.7%Language:Python 21.2%Language:JavaScript 4.2%