Angular4
Install Node.js Install Angular cli(npm install -g @angular/cli) Create a new Angular project(ng new testapp) Test it using local server(ng serve) Build the project(ng build) Integrating with Django project Copy the js files to the static folder on your Django project (helloapp/static) Copy index.html generated by angular project to the templates folder – override the existing one (first/templat..
Django
2019. 7. 14. 16:57
최근에 올라온 글
글 보관함