Skip to content

WebReflection/uce-template-todo-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uce-template-todo-2020

The uce-template version of this well known demo.

Project setup

npm install

Test source code

npm run debug

Compiles and minifies for production (public folder)

npm run build

Test production

npm run serve

See .uce files as HTML

If you are using VS Code, you can Ctrl+Shift+p, type settings JSON, choose Open Settings (JSON), and add the following to such file in order to highlight .uce files as HTML:

{
  "other-settings": "...",

  "files.associations": {
    "*.uce": "html"
  }
}

About

An updated Vue ToDo app created as a comparison piece for a React vs Vue article I posted at https://medium.com/javascript-in-plain-english

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%