Just kidding with my first challenge in Projeto Spider
Don't know why, but if you want to use this:
Install NodeJS 8.6 or higher.
# clone or download the source
git clone https://github.com/leochrisis/todoMVC-challenge.git my-folder-name
#globaly install Quasar cli
npm install -g @quasar/cli
# go to the folder
cd my-folder-name
# install dependencies
npm install
# start the application
quasar dev
Go to localhost:8000
to see the application running.
- Projeto SPIDER official website (in portuguese): http://spider.ufpa.br/
- Quasar framework used in front-end: https://quasar.dev/
- Vue framework used in front-end too: https://vuejs.org/