Skip to content

uestclug/lug-official

Repository files navigation

lug-official

Official page of Netunion. Frontend pages only.

Write blog and news

See this document.

Or you can just imitate well-written blog and news.

Become the one in members palace

Display your information on the members palace page, see this document.

Todo list

Feature

  • Netunion design icons.
  • Open source projects display page.
  • Netunion members palace page.
  • Recruit page.

Known issues

  • Better tweet preview.
  • Image cache.

Project setup

Node.js version 16.x is recommended for development.

yarn install

Compiles and hot-reloads for frontend development

yarn serve

Compiles and minifies for production

yarn build

Compiles and minifies for Github Pages

deploy.sh

Note

The differences between Compiles and minifies for Github Pages and Compiles and minifies for production are publicPath and outputDir settings. You can find them in vue.config.js.

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Version

Year.Month-B(eta)/S(table) (Number)-FRONTEND

Example:

// .env
VUE_APP_VERSION_CODE=20.10-S1-FRONTEND

Want to know more about website change infomation? See our Changelog.