personal site https://www.mat.services
 
 
 
Go to file
Matthew Ess 1b7e5b69fc Communization 2018-03-14 03:14:46 -07:00
.vscode Add _slug 2018-02-10 08:56:23 -05:00
assets Communization 2018-03-14 03:14:46 -07:00
components Communization 2018-03-14 03:14:46 -07:00
layouts Remove blog layout, caused flickering 2018-02-09 13:07:31 -05:00
middleware Nuxtify 2018-02-09 13:01:38 -05:00
pages Communization 2018-03-14 03:14:46 -07:00
plugins Nuxtify 2018-02-09 13:01:38 -05:00
static Nuxtify 2018-02-09 13:01:38 -05:00
store Nuxtify 2018-02-09 13:01:38 -05:00
.editorconfig Nuxtify 2018-02-09 13:01:38 -05:00
.eslintrc.js Fix some stuff 2018-02-21 17:29:15 -05:00
.gitignore Nuxtify 2018-02-09 13:01:38 -05:00
README.md Nuxtify 2018-02-09 13:01:38 -05:00
nuxt.config.js Add _slug 2018-02-10 08:56:23 -05:00
package.json Fix some stuff 2018-02-21 17:29:15 -05:00
yarn.lock Fix some stuff 2018-02-21 17:29:15 -05:00

README.md

mat.services

my personal website

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.