django-with-vuejs
Fast and clear in DevOps.
File Explorer
Download Latest Version (.zip)- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- cssTransform.js
- fileTransform.js
- env.js
- paths.js
- polyfills.js
- webpack.config.dev.js
- webpack.config.prod.js
- webpackDevServer.config.js
- favicon.ico
- index.html
- manifest.json
- build.js
- start.js
- test.js
- index.js
- types.js
- index.js
- index.js
- ApiClient.js
- Auth.js
- App.css
- App.js
- App.test.js
- index.css
- index.js
- logo.svg
- registerServiceWorker.js
- store.js
- .gitignore
- package.json
- README.md
- yarn.lock
- README.md
- requirements.txt
- __init__.py
- settings.py
- urls.py
- wsgi.py
- build.js
- check-versions.js
- dev-client.js
- dev-server.js
- 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
- logo.png
- HelloWorld.vue
- index.js
- App.vue
- main.js
- .gitkeep
- .babelrc
- .editorconfig
- .gitignore
- .postcssrc.js
- index.html
- package.json
- README.md
- manage.py
- requirements.txt
- .gitignore
- LICENSE
- README-zh.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tmpbook/django-with-vuejs
Downloads the entire project code from GitHub to your computer.
cd django-with-vuejs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
