# uce-template-todo-2020 **Repository Path**: mirrors_WebReflection/uce-template-todo-2020 ## Basic Information - **Project Name**: uce-template-todo-2020 - **Description**: 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 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-30 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uce-template-todo-2020 The [uce-template](https://github.com/WebReflection/uce-template#readme) version of this well known demo. ## [Live Demo](https://webreflection.github.io/uce-template-todo-2020/public/) ### Project setup ```sh npm install ``` ### Test source code ```sh npm run debug ``` ### Compiles and minifies for production (public folder) ```sh npm run build ``` ### Test production ```sh 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: ```js { "other-settings": "...", "files.associations": { "*.uce": "html" } } ```