Home

Awesome

uce-template-todo-2020

The uce-template version of this well known demo.

Live 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"
  }
}