Refactoring NCKU CSIE official website.
- Use Unix-like OS.
- Get Node.js from official website.
- Clone from GitHub
git clone https://github.com/kaeteyaruyo/NCKU-CSIE-frontend.git
- Install dependencies
npm install
- 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
- We use Vue.js framework to build this project. Here are some meterial for you to read before you join:
- We develop with pug and scss instead of traditional html and css. We expect you to have a reasonable understanding of them.
- We use Git flow as development standard. Following branches are used:
master
: Major stable version.develop
: Develop version, not yet ready to publish.feature-*
: New feature, may or may not be merge back todevelop
.hotfix-*
: Quick fix for major version.
Anyone can help us to make this project better! Feel free to contact us if you have question.
- Designer: lanhsincheng and Cindy.
- Active Developer: kaeteyaruyo, AmyLin0210.