mat.services/README.md

23 lines
404 B
Markdown
Raw Normal View History

2018-02-09 18:01:38 +00:00
# mat.services
2016-04-11 01:09:15 +00:00
2018-02-09 18:01:38 +00:00
> my personal website
2018-02-08 21:21:28 +00:00
## Build Setup
``` bash
# install dependencies
2018-02-09 18:01:38 +00:00
$ npm install # Or yarn install
2018-02-08 21:21:28 +00:00
2018-02-09 18:01:38 +00:00
# serve with hot reload at localhost:3000
$ npm run dev
2018-02-08 21:21:28 +00:00
2018-02-09 18:01:38 +00:00
# build for production and launch server
$ npm run build
$ npm start
2018-02-08 23:02:36 +00:00
2018-02-09 18:01:38 +00:00
# generate static project
$ npm run generate
2018-02-08 21:21:28 +00:00
```
2018-02-09 18:01:38 +00:00
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).