mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
Getting started with Vue
This commit is contained in:
10
erpnext/www/web-academy.html
Normal file
10
erpnext/www/web-academy.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "templates/web.html" %}
|
||||
|
||||
{% block title %}{{ heading or "Web Academy"}}{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
<div id="web-academy"></div>
|
||||
<script type="text/javascript" src="/assets/js/frappe-web-academy.min.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user