這是我用前端網頁的技術嘗試做出一份線上履歷出來,順便當作是我的練習 (笑)。
這個專案如何開始,基本上看照著以下做就是了(以下是直接貼上Foundation的說明):
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
- Bower: Run
[sudo] npm install -g bower
npm install -g grunt-cli bower
npm install && bower install
While you're working on your project, run:
grunt
And you're set!
scss/_settings.scss
: Foundation configuration settings go in herescss/app.scss
: Application styles go here