Skip to content

JayShamnani/todoapp-in-vue

Repository files navigation

To Do App in Vue JS

Project setup

# setting up VueJS

sudo apt install nodejs

sudo apt install npm

npm i
# setting up Django

sudo apt-get install -y python3-venv

python3 -m venv todopyenv

source todopyenv/bin/activate

pip3 install -r requirements.txt

In this project settings.py is not yet included. Once the project is ready for production it will be uploaded.

Compiles and hot-reloads for development

npm run serve -- --port 8000

python3 manage.py runserver 0.0.0.0:8080

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

If you like this project give a star

Project Maintained By

Jay Shamnani

This Project is also open to modification or any Improvements