2018-zoekmachines-goeievraagle/frontend
Sijmen 1e2040ddd9 Add pagination and some other stuff 2018-10-26 11:10:46 +02:00
..
config Initial commit 2018-10-19 09:25:54 +02:00
src Add pagination and some other stuff 2018-10-26 11:10:46 +02:00
static Initial commit 2018-10-19 09:25:54 +02:00
.babelrc Initial commit 2018-10-19 09:25:54 +02:00
.editorconfig Initial commit 2018-10-19 09:25:54 +02:00
.eslintignore Initial commit 2018-10-19 09:25:54 +02:00
.eslintrc.js Initial commit 2018-10-19 09:25:54 +02:00
.gitignore Initial commit 2018-10-19 09:25:54 +02:00
.postcssrc.js Initial commit 2018-10-19 09:25:54 +02:00
README.md Initial commit 2018-10-19 09:25:54 +02:00
index.html Slowly remove DSL and split frontend into components 2018-10-19 20:24:33 +02:00
package.json Initial commit 2018-10-19 09:25:54 +02:00
yarn.lock Add chips to improve precision 2018-10-23 13:16:23 +02:00

README.md

zoekmachine

Een zoekmachine

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.