├── HOWTO.md ├── amd ├── build │ ├── demo.min.js │ └── vue.min.js └── src │ ├── demo.js │ └── vue.js ├── index.php ├── lang └── en │ └── tool_vuejsdemo.php ├── templates └── app.mustache └── version.php /HOWTO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/HOWTO.md -------------------------------------------------------------------------------- /amd/build/demo.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/amd/build/demo.min.js -------------------------------------------------------------------------------- /amd/build/vue.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/amd/build/vue.min.js -------------------------------------------------------------------------------- /amd/src/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/amd/src/demo.js -------------------------------------------------------------------------------- /amd/src/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/amd/src/vue.js -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/index.php -------------------------------------------------------------------------------- /lang/en/tool_vuejsdemo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/lang/en/tool_vuejsdemo.php -------------------------------------------------------------------------------- /templates/app.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/templates/app.mustache -------------------------------------------------------------------------------- /version.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mudrd8mz/moodle-tool_vuejsdemo/HEAD/version.php --------------------------------------------------------------------------------