ClearBowl/front
2020-01-19 18:14:45 +01:00
..
assets [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
components Displaying calories in recipe table 2020-01-19 18:14:45 +01:00
layouts [CLEAR-28] Adding/retrieving products 2019-12-05 11:23:34 +01:00
middleware [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
pages Refreshing recipes table after adding recipe 2020-01-19 18:10:48 +01:00
plugins [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
static [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
store [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
nuxt.config.js API_URL env 2019-12-05 15:43:06 +01:00
package-lock.json [CLEAR-39] Add charts 2020-01-19 17:38:29 +01:00
package.json [CLEAR-39] Add charts 2020-01-19 17:38:29 +01:00
Procfile Heroku config: 2019-12-05 14:39:33 +01:00
README.md [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00

clearbowl

My flawless Nuxt.js project

Build Setup

# install dependencies
$ npm run install

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

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

# generate static project
$ npm run generate

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