django-vue-template
django-vue-template copied to clipboard
Django Rest + Vue JS Template
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.5 to 3.9.0. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.9.0 > ## [3.9.0](https://github.com/webpack/webpack-dev-server/compare/v3.8.2...v3.9.0) (2019-10-22) > > > ### Bug Fixes > > * add `hostname`...
As far as I can tell the index URL path doesn't do anything. [backend/api/views.py](https://github.com/gtalarico/django-vue-template/blob/a39700d38b192c080ffe3a24327df60918857404/backend/api/views.py#L8) # Serve Vue Application index_view = never_cache(TemplateView.as_view(template_name='index.html')) [backend/urls.py](https://github.com/gtalarico/django-vue-template/blob/a39700d38b192c080ffe3a24327df60918857404/backend/urls.py#L18) # http://localhost:8000/ path('', index_view, name='index'),
We use these two with great success for our Vue and Django projects. There are two cases: - They can be used together - They can be used 100% separately...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. Commits - [`ddf9354`](https://github.com/lodash/lodash/commit/ddf9354d26f55ac4e8402b71770aaeac8ac6f093) Bump to v4.6.1. - [`5f58b65`](https://github.com/lodash/lodash/commit/5f58b65c04716a4a7e92d6778af74869777f8876) Rebuild lodash and docs. - [`1ec20c5`](https://github.com/lodash/lodash/commit/1ec20c5281fd4a83166ac526007c1f58acb0689d) Use `propertyIsEnumerable` var. - [`3421fab`](https://github.com/lodash/lodash/commit/3421fab58a789137988e86f9dbd9a0707798c7a6) Update lodash dev dep. -...
During a nodejs webpack development npm run serve -- --host x.x.x.x --port 9999 sockjs is not getting the parameter but for port it will do from firefox console ->> http://localhost:9999/sockjs-node/info?t=1561647376841
update to Django 2.2 and add PWA support
Adds a docker-compose.yml and a dockerfile to allow quick setup of the development environment. Could also be modified for production purposes. Still need to update README.md with how to use...
请问这个有测试需求文档吗?在哪里
django.core.exceptions.ImproperlyConfigured: Cannot import 'api'. Check that 'backend.api.apps.AppConfig.name' is correct. What is it???