vue-django
Integrate Django + Vue.js framework to quickly build web projects
File Explorer
Download Latest Version (.zip)- build.js
- check-versions.js
- logo.png
- utils.js
- vue-loader.conf.js
- webpack.base.conf.js
- webpack.dev.conf.js
- webpack.prod.conf.js
- dev.env.js
- index.js
- prod.env.js
- test.env.js
- logo.png
- HelloWorld.vue
- Home.vue
- index.js
- App.vue
- main.js
- elementCount.js
- test.js
- nightwatch.conf.js
- runner.js
- HelloWorld.spec.js
- jest.conf.js
- setup.js
- index.html
- package-lock.json
- package.json
- README.md
- __init__.cpython-36.pyc
- admin.cpython-36.pyc
- models.cpython-36.pyc
- urls.cpython-36.pyc
- views.cpython-36.pyc
- 0001_initial.cpython-36.pyc
- __init__.cpython-36.pyc
- 0001_initial.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.cpython-36.pyc
- settings.cpython-36.pyc
- urls.cpython-36.pyc
- wsgi.cpython-36.pyc
- settings.py
- urls.py
- wsgi.py
- manage.py
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/HubDou/vue-django
Downloads the entire project code from GitHub to your computer.
cd vue-django
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd myproject/appfront
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
