Skip to content

buren/vue-template-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Template Editor

Example template editor written with in Vue.js.

Template format

The template

Hi {username}. You've logged in {login_count} times.

with the data

{
  username: 'buren',
  login_count: 3
}

yields

Hi buren. You've logged in 3 times.

⚠️ For some reason the anything enclosed in <> will be ignored in the template.

Screenshot

Form Screenshot

Getting started

$ git clone https://github.com/buren/vue-template-editor.git
$ cd vue-template-editor
$ ruby -run -e httpd . -p 8000 # Run the server

then open http://localhost:8000.

About

Example template editor written with in Vue.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages