Dejvino's Curriculum Vitae
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
Dejvino 36c72b4ba1 Import Bootstrap Webpack example to start off 1年前
src Import Bootstrap Webpack example to start off 1年前
.gitignore Import Bootstrap Webpack example to start off 1年前
LICENSE Initial commit 1年前
README.md Import Bootstrap Webpack example to start off 1年前
package-lock.json Import Bootstrap Webpack example to start off 1年前
package.json Import Bootstrap Webpack example to start off 1年前
webpack.config.js Import Bootstrap Webpack example to start off 1年前

README.md

cv

Dejvino’s Curriculum Vitae

Build

npm install

# Development - served on http://localhost:8080/
npm run start

# Production - output in ./dist/
npm run build

Info

Uses Bootstrap and Webpack to compile a static HTML/CSS/JS web page that can be easily served from any webhosting.