Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```