Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostmypillow/jschool-vue
JSchool in Vue
https://github.com/lostmypillow/jschool-vue
Last synced: about 1 month ago
JSON representation
JSchool in Vue
- Host: GitHub
- URL: https://github.com/lostmypillow/jschool-vue
- Owner: lostmypillow
- Created: 2024-02-23T14:14:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T13:30:01.000Z (7 months ago)
- Last Synced: 2024-06-16T14:09:03.162Z (7 months ago)
- Language: JavaScript
- Homepage: https://lostmypillow.github.io/jschool-vue/
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSchool Vue
(Unmaintained, pending update)
JSchool Vue is a Vue Single Page Application (SPA) that aims to be a proof of concept for a well designed, well thought out responsive student portal site for Taipei Tech.## Why?
## Recreating This Project
### IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur)
### Install Dependencies
```sh
npm install
```### Run Dev Server
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```