webgl版本的博客首页,
bundler | ||
resources/3d | ||
src | ||
static | ||
.babelrc | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
license.md | ||
model.blend | ||
package-lock.json | ||
package.json | ||
readme.md | ||
render.blend |
Folio 2019
Setup
Download Node.js. Run this followed commands:
# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler
# Install dependencies (only for first time)
npm i
# Serve at localhost:1234
npm run dev
# Build for production in the dist/ directory
npm run build
🥚 2021eggpvlzscw