Django Vue Extend
1.0.0
Projeto de integração baseado em Django 2.x + vue2.x
Inicie o servidor
$ cd backend
$ pip install -r requirements.txt
$ python manage.py ruserver
$ open http://localhost:9000/
Abra o front-end
$ npm install
$ npm run dev