ClearBowl/front
Gabriela Pałka 28cdb557dd [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
..
assets [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
components [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
layouts [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
middleware [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
pages [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +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
README.md [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
nuxt.config.js [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
package-lock.json [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00
package.json [CLEAR-20] [CLEAR-21] Implemented logging in/out and registration of users 2019-11-30 22:17:00 +01:00

README.md

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.