django:版本1.11.XX前端
命令:pip install XXXvue
django@1.11.12node
pymysqlmysql
beautifulsoup4jquery
urllib3webpack
djangorestframeworkios
django-cors-headerweb
前端:vue-router
node.js&npmsql
npm命令:
npm install XXX --save
npm init --yes
主要依賴包:
vuex
vue-router
jquery
bootstrap@3
axios
vue:安裝:npm install vue
vue腳手架:安裝:npm install -g vue-cli
腳手架建立項目:
vue init webpack my-project
npm install
運行項目:
npm run dev