Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanvit100/dnk
A digital platform for the House of Scientific Collaboration, organized with the support of the Elabuga Institute of Kazan Federal University
https://github.com/ivanvit100/dnk
vue
Last synced: 24 days ago
JSON representation
A digital platform for the House of Scientific Collaboration, organized with the support of the Elabuga Institute of Kazan Federal University
- Host: GitHub
- URL: https://github.com/ivanvit100/dnk
- Owner: ivanvit100
- License: mit
- Created: 2022-10-15T07:23:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T16:14:13.000Z (over 1 year ago)
- Last Synced: 2023-11-22T16:24:37.680Z (about 1 year ago)
- Topics: vue
- Language: Vue
- Homepage: http://dnk.ivanvit.ru
- Size: 8.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
![preview](https://ivanvit.ru/static/moredu.jpg)
# A digital platform for the House of Scientific Collaboration---
## Links
You can see this project on the [site](http://dnk.ivanvit.ru)## Description
A digital platform for the House of Scientific Collaboration, organized with the support of the Elabuga Institute of Kazan Federal University. The tasks of the portal are to provide information about activities at home, to simplify the registration of children on courses, to control attendance and to simplify administrative activities.## Team members
1. [email protected] ([email protected])
2. [email protected] ([email protected])
3. +7 917 290-84-99
4. +7 962 652-82-42## Build Setup
``` bash
# Install vue-cli
npm install --location=global vue-cli# Create vue-cli project
vue init pwa name# Install dependencies
npm install# Copy repository
git clone https://github.com/ivanvit100/dnk# Serve with hot reload at localhost:8080
npm run dev# Build for production with minification
npm run build# Build for production and view the bundle analyzer report
npm run build --report
``