Skip to content

AmyLin0210/NCKU-CSIE-frontend

 
 

Repository files navigation

NCKU CSIE frontend

Refactoring NCKU CSIE official website.

Installation & Developing

  1. Use Unix-like OS.
  2. Get Node.js from official website.
  3. Clone from GitHub
    git clone https://github.com/kaeteyaruyo/NCKU-CSIE-frontend.git
  4. Install dependencies
    npm install
  5. Develop
    • Compiles and hot-reloads for development
    npm run serve
    
    • Compiles and minifies for production
    npm run build
    
    • Lints and fixes files
    npm run lint
    

Developer Guide

Want to contribute?

Anyone can help us to make this project better! Feel free to contact us if you have question.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.8%
  • Vue 28.6%
  • SCSS 20.2%
  • HTML 10.4%