https://github.com/agrublev/ucsb-vue
https://github.com/agrublev/ucsb-vue
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agrublev/ucsb-vue
- Owner: agrublev
- Created: 2019-02-05T23:32:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T10:37:24.000Z (over 7 years ago)
- Last Synced: 2025-02-15T06:41:24.148Z (over 1 year ago)
- Language: Vue
- Size: 8.37 MB
- Stars: 0
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCSB Vue
## Project setup
Type the following command in terminal to get dependencies
```
yarn
```
### Run the project
You can stop the terminal by using the "Control + C" shortcut
```
yarn start
```
### Build the project for release
Will be created inside of dist folder
```
yarn build
```
### Release website easily with surge
If you install surge with command (only once needed for all projects)
```bash
npm i -g surge
```
Then you can type
```
surge ./dist .surge.sh
# as an example
surge ./dist angeluscb2.surge.sh
```
## TEST