personal site https://www.mat.services
 
 
 
Go to file
Matthew Ess 4fdb9c2a54 Nuxt 2 2018-10-14 02:45:44 -04:00
.vscode Nuxt 2 2018-10-14 02:45:44 -04:00
.well-known/acme-challenge Add ACME challenge 2018-07-23 23:56:14 -04:00
assets Nuxt 2 2018-10-14 02:45:44 -04:00
components Nuxt 2 2018-10-14 02:45:44 -04:00
layouts Nuxt 2 2018-10-14 02:45:44 -04:00
middleware Nuxt 2 2018-10-14 02:45:44 -04:00
pages Nuxt 2 2018-10-14 02:45:44 -04:00
plugins Nuxt 2 2018-10-14 02:45:44 -04:00
static Nuxt 2 2018-10-14 02:45:44 -04:00
store Nuxt 2 2018-10-14 02:45:44 -04:00
.editorconfig Nuxt 2 2018-10-14 02:45:44 -04:00
.eslintrc.js Nuxt 2 2018-10-14 02:45:44 -04:00
.gitignore Nuxt 2 2018-10-14 02:45:44 -04:00
.gitlab-ci.yml Remove ACME/Letsencrypt 2018-07-24 00:36:01 -04:00
.prettierrc Nuxt 2 2018-10-14 02:45:44 -04:00
README.md Nuxt 2 2018-10-14 02:45:44 -04:00
nuxt.config.js Nuxt 2 2018-10-14 02:45:44 -04:00
package.json Nuxt 2 2018-10-14 02:45:44 -04:00
yarn.lock Nuxt 2 2018-10-14 02:45:44 -04:00

README.md

mat.services pipeline status

my personal site

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, checkout Nuxt.js docs.