Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-n/simta-frontend
Facilitates college final project flow in IS major of ITS. This is the frontend
https://github.com/r-n/simta-frontend
front-end front-end-development frontend frontend-development information-system information-systems javascript software-engineering vue vue-js
Last synced: 12 days ago
JSON representation
Facilitates college final project flow in IS major of ITS. This is the frontend
- Host: GitHub
- URL: https://github.com/r-n/simta-frontend
- Owner: R-N
- License: mit
- Created: 2022-12-18T14:25:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T06:21:23.000Z (about 1 month ago)
- Last Synced: 2024-11-22T06:28:07.935Z (about 1 month ago)
- Topics: front-end, front-end-development, frontend, frontend-development, information-system, information-systems, javascript, software-engineering, vue, vue-js
- Language: Vue
- Homepage: https://simta-frontend.vercel.app
- Size: 896 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simta-frontend
Made with Vue 2. By default runs on http://localhost:8080 .Needs backend: https://github.com/R-N/simta-backend
Sample deployment:
Vercel:
- https://simta-frontend.vercel.app
- https://simta-frontend-xstinky12-gmailcom.vercel.app
- https://simta-frontend-git-main-xstinky12-gmailcom.vercel.app
- https://simta-frontend-6tr2uzkt1-xstinky12-gmailcom.vercel.appNetlify:
- https://charming-sfogliatella-1de435.netlify.app/
- https://63a1a4ac241d2b03b30d3c9a--charming-sfogliatella-1de435.netlify.app/(You may need to open the backend first and wait a little for it to boot: https://simta-backend.vercel.app )
Requirement:
- node & npm
- yarn
- vue cli
Executing / running:
```
cd simta
yarn config set ignore-engines true
npm install
npm run serve
```If install still errors due to engine node > 17, try "yarn install --ignore-engines" instead
```
cd simta
yarn install --ignore-engines
npm run serve
```This frontend app by default uses http://localhost:5000 for the backend address.
Set VUE_APP_BACKEND_ADDRESS environment variable to change it.When deploying this, you need to set the project root to the simta folder.
There's also a tauri app for windows in the releases: https://github.com/R-N/simta-frontend/releases/tag/0.0.2
Prototype figma: https://www.figma.com/proto/yHQZTSQ6zMPzECd3RONrCe/Tugas-PPS-2?node-id=52701%3A25393&scaling=contain&page-id=52696%3A23854&starting-point-node-id=52701%3A25393