Skip to content

SUSTech-CRA/ccse-mirrors-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 136 commits ahead, 11 commits behind ziqin:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

CCSE Open Source Mirrors Website

This project builds the front-end website for SUSTech CCSE Open Source Mirrors. It is built upon Vuepress.

Setup

Make sure you have Yarn installed. (You may use NPM instead.)

# Retrieve source code
git clone https://github.com/SUSTech-CRA/ccse-mirrors-web.git

# Install development dependencies
cd ccse-mirrors-web
yarn install
# Modify api endpoint before running locally

# The head of "site/.vuepress/theme/util/tunasyncAdapter.js"
# const apiEndpoint

# The file of "site/.vuepress/theme/components/IsoModalPanel.vue"
# const isoinfoEndpoint
# Start your journey now
yarn dev

Build for Production

yarn build

By default, static files are generated in site/.vuepress/dist/. Publish the dist directory and you'll get your website.

Acknowledgement

CCSE Open Source Mirrors is supported by SUSTech Center for Computational Science and Engineering.

About

Front-end web for CCSE Open Source Mirrors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.2%
  • JavaScript 13.1%
  • Stylus 11.6%
  • HTML 0.1%