marc-leopold/app
ray 5776def861 owa tracking half working
initial page load is accurate but then subsequent navigation registers the
event as originating not from the destination page but the current page.
2020-05-06 00:22:02 +03:00
..
api updates 2020-05-03 15:10:54 +03:00
assets folder structure 2019-02-24 16:42:27 +00:00
components folder structure 2019-02-24 16:42:27 +00:00
layouts folder structure 2019-02-24 16:42:27 +00:00
middleware folder structure 2019-02-24 16:42:27 +00:00
mixins folder structure 2019-02-24 16:42:27 +00:00
pages fix: gallery link overlaying description (mobile) 2019-03-11 21:00:32 +02:00
plugins owa tracking half working 2020-05-06 00:22:02 +03:00
static folder structure 2019-02-24 16:42:27 +00:00
store folder structure 2019-02-24 16:42:27 +00:00
.editorconfig folder structure 2019-02-24 16:42:27 +00:00
.eslintrc.js folder structure 2019-02-24 16:42:27 +00:00
Dockerfile frontend working 2019-02-25 23:05:03 +02:00
README.md folder structure 2019-02-24 16:42:27 +00:00
app.html owa tracking half working 2020-05-06 00:22:02 +03:00
nuxt.config.js add owa tracking 2020-05-05 19:54:58 +03:00
package.json fix: @nuxtjs/dotenv moved to correct directory 2019-02-25 18:37:38 +00:00
yarn.lock fix: @nuxtjs/dotenv moved to correct directory 2019-02-25 18:37:38 +00:00

README.md

MarcLeopold

Marc Leopold Website

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn run generate

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