personal site https://www.mat.services
 
 
 
Go to file
Matthew Ess c283f8128b Nuxtify 2018-02-09 13:01:38 -05:00
assets Nuxtify 2018-02-09 13:01:38 -05:00
components Nuxtify 2018-02-09 13:01:38 -05:00
layouts Nuxtify 2018-02-09 13:01:38 -05:00
middleware Nuxtify 2018-02-09 13:01:38 -05:00
pages Nuxtify 2018-02-09 13:01:38 -05: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 Nuxtify 2018-02-09 13:01:38 -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 Nuxtify 2018-02-09 13:01:38 -05:00
package.json Nuxtify 2018-02-09 13:01:38 -05:00
yarn.lock Nuxtify 2018-02-09 13:01:38 -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.