Skip to content

cjaicks/ucsb-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

npm i -g surge

Then you can type

surge ./dist <ENTER_SUBDOMAIN>.surge.sh

# as an example
surge ./dist angeluscb2.surge.sh

TEST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.5%
  • JavaScript 14.5%
  • HTML 9.4%
  • CSS 6.6%