authorkit-ui

所属分类:collect
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2023-08-07 14:46:06
上 传 者sh-1993
说明:  工具包的UI,用于编写游戏化活动以支持编程学习。这是题为游戏化编程教育框架(FGPE)的Erasmus+项目的一部分。
(The UI of a toolkit to author gamified activities to support programming learning. This is part of the Erasmus+ Project entitled Framework for Gamified Programming Education (FGPE).)

文件列表:
.dockerignore (174, 2023-08-07)
.env.example (71, 2023-08-07)
.env.production (71, 2023-08-07)
.env.production-docker (81, 2023-08-07)
.eslintrc.js (335, 2023-08-07)
.jshintrc (23, 2023-08-07)
Dockerfile (414, 2023-08-07)
LICENSE (35149, 2023-08-07)
babel.config.js (46, 2023-08-07)
colors.config.json (128, 2023-08-07)
docker/ (0, 2023-08-07)
docker/nginx.conf (253, 2023-08-07)
docs/ (0, 2023-08-07)
docs/logo_FGPE.jpg (35397, 2023-08-07)
docs/logo_erasmus.jpg (17346, 2023-08-07)
package.json (2184, 2023-08-07)
postcss.config.js (130, 2023-08-07)
public/ (0, 2023-08-07)
public/assets/ (0, 2023-08-07)
public/assets/json-path.md (4054, 2023-08-07)
public/favicon.ico (1150, 2023-08-07)
public/favicon.png (2201, 2023-08-07)
public/fgpe-logo.jpg (62086, 2023-08-07)
public/img/ (0, 2023-08-07)
public/img/icons/ (0, 2023-08-07)
public/img/icons/android-chrome-192x192.png (24749, 2023-08-07)
public/img/icons/android-chrome-512x512.png (149933, 2023-08-07)
public/img/icons/apple-touch-icon-114x114.png (15588, 2023-08-07)
public/img/icons/apple-touch-icon-120x120.png (16961, 2023-08-07)
public/img/icons/apple-touch-icon-144x144.png (22906, 2023-08-07)
public/img/icons/apple-touch-icon-152x152.png (25085, 2023-08-07)
public/img/icons/apple-touch-icon-180x180.png (33855, 2023-08-07)
public/img/icons/apple-touch-icon-60x60.png (5606, 2023-08-07)
public/img/icons/apple-touch-icon-76x76.png (8324, 2023-08-07)
public/img/icons/apple-touch-icon.png (36115, 2023-08-07)
public/img/icons/favicon-16x16.png (1269, 2023-08-07)
public/img/icons/favicon-32x32.png (2201, 2023-08-07)
public/img/icons/msapplication-icon-144x144.png (22906, 2023-08-07)
... ...

# FGPE AuthorKit UI The UI of a toolkit to author gamified activities to support programming learning. This is part of the Erasmus+ Project entitled Framework for Gamified Programming Education (FGPE). ## Project setup ``` npm install ``` ## Setup environment ``` cp .env.example .env ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Compiles and minifies for production with Docker ``` docker build -t fgpe/authorkit-ui:latest . ``` ### Serves for production with Docker ``` docker run -it -p 8080:80 \ -v $(pwd)/.env:/usr/share/nginx/html/.env \ -v $(pwd)/docker/nginx.conf:/etc/nginx/nginx.conf \ --rm fgpe/authorkit-ui:latest ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ## Acknowledgments
This software has been developed as a part of the Framework for Gamified Programming Education ([https://fgpe.usz.edu.pl/](https://fgpe.usz.edu.pl/)) and FGPE Plus: Learning tools interoperability for gamified programming education ([https://fgpeplus.usz.edu.pl/](https://fgpeplus.usz.edu.pl/)) projects which were co-funded by the Erasmus+ Programme of the European Union. ![Framework for Gamified Programming Education project](docs/logo_FGPE.jpg) ![Erasmus+](docs/logo_erasmus.jpg)
## License [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

近期下载者

相关文件


收藏者