Django-Vuejs-Bulma-Boilerplate

A boilerplate project built with Vue.js and Django, with Bulma CSS framework.

Stars
7

Django + Vuejs + Bulma Boilerplate

What we use

Build Setup

Back-end

python manage.py makemigrate mentor (optional)
python manage.py migrate
python manage.py createsuperuser --email [email protected] --username admin (only for dev)
python manage.py runserver

Under development, you can go directly through the browser to check the endpoints, by going to: http://127.0.0.1:8000/

Front-end

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test