Generator for the mini-sites of the Human-IST Institute.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Pierre Vanhulst 603dbc80b9 Real initial commit 4 years ago
content/mini-sites Real initial commit 4 years ago
src Real initial commit 4 years ago
test Real initial commit 4 years ago
.babelrc Real initial commit 4 years ago
.editorconfig Real initial commit 4 years ago
.eslintrc.js Real initial commit 4 years ago
.gitignore Real initial commit 4 years ago
README.md Real initial commit 4 years ago
jest.config.js Real initial commit 4 years ago
nuxt.config.js Real initial commit 4 years ago
package.json Real initial commit 4 years ago
tsconfig.json Real initial commit 4 years ago
yarn.lock Real initial commit 4 years ago

README.md

human-ist-mind

Mini-site generator for the Human-IST Institute

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.