Skip to content

Pull Request feature/prismic branch #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6af5ceb
🎉 Initialized `Vue.js` Application
M4TThys123 Jan 16, 2023
e6040ab
🎨 Made a color pallet in the `:root` #10
M4TThys123 Jan 21, 2023
3277192
♻️ Old fcode using `Vue.js`
M4TThys123 Jan 23, 2023
273baec
🎉 Initialized `SvelteKit` Application
M4TThys123 Jan 23, 2023
a257998
🎨 Added a `style.css` of global styling #13
M4TThys123 Jan 23, 2023
159bb04
⬆️ Added `@prismicio/client` NPM Package
M4TThys123 Jan 23, 2023
929f7f5
⬇️ Removed `@prismicio/client`
M4TThys123 Jan 23, 2023
424613e
⬆️ Added `@prismicio/client` NPM Package #14
M4TThys123 Jan 23, 2023
8ca7a5d
👽️ Made a `Primsic.io` connection #14
M4TThys123 Jan 23, 2023
35c495a
👽️ Render data using `@primicio/helpers` package #14
M4TThys123 Jan 24, 2023
b1d459c
🎨 Static images #16
M4TThys123 Jan 27, 2023
c160d3b
Update README.md
M4TThys123 Jan 27, 2023
3d9c5a0
📝 Updated README.md
M4TThys123 Jan 30, 2023
dd8ef4b
🎉 Initialized new `Vue` application
M4TThys123 Apr 19, 2023
5e11747
✨ Added a nav and pages
M4TThys123 Apr 20, 2023
b172d33
♻️ Semantic changes
M4TThys123 Apr 20, 2023
69f2262
✨ Working on the navigation
M4TThys123 Apr 28, 2023
1c7a5c8
✨ Made a third header component
M4TThys123 Apr 30, 2023
2609f91
🧭 Worked on navigation
M4TThys123 May 1, 2023
8c6a94f
🧭 Made a third navigation version
M4TThys123 May 2, 2023
8b68999
Footer 3
M4TThys123 May 2, 2023
1cd8fa0
♻️ Refactor folder structure
M4TThys123 May 2, 2023
44295d9
Footer almost done
M4TThys123 May 3, 2023
70fecdb
⚡️ Finished the Footer, ready for merge
M4TThys123 May 3, 2023
b08898a
Merge branch 'feature/footer'
M4TThys123 May 3, 2023
c087d1f
♻️ Refactored the `App.vue`
M4TThys123 May 4, 2023
3e91b74
♻️ Refactor `global.css`
M4TThys123 May 5, 2023
db6442f
👽️ Made a `PrismicData02` file #22
M4TThys123 May 9, 2023
0226bed
⬆️ Installed `axios`
M4TThys123 May 10, 2023
3c47216
Console logged fetch
M4TThys123 May 10, 2023
2e457fd
Console loggen van de data dingen
M4TThys123 May 10, 2023
06b79af
changed the type
M4TThys123 May 10, 2023
075e129
First content on the page
M4TThys123 May 10, 2023
25bdfd2
Made PrimsicData02
M4TThys123 May 10, 2023
362b319
Changes
M4TThys123 May 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

59 changes: 24 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,24 @@
> _Fork_ deze leertaak en ga aan de slag.
Onderstaande outline ga je gedurende deze taak in jouw eigen GitHub omgeving uitwerken.
De instructie vind je in: [docs/INSTRUCTIONS.md](docs/INSTRUCTIONS.md)

# Titel
<!-- Geef je project een titel en schrijf in één zin wat het is -->

## Inhoudsopgave

* [Beschrijving](#beschrijving)
* [Kenmerken](#kenmerken)
* [Installatie](#installatie)
* [Gebruik](#gebruik)
* [Bronnen](#bronnen)
* [Licentie](#licentie)

## Beschrijving
<!-- In de Beschrijving staat hoe je project er uit ziet, hoe het werkt en wat je er mee kan. -->
<!-- Voeg een mooie poster visual toe 📸 -->
<!-- Voeg een link toe naar Github Pages 🌐-->

## Kenmerken
<!-- Bij Kenmerken staat welke technieken zijn gebruikt en hoe. Wat is de HTML structuur? Wat zijn de belangrijkste dingen in CSS? Wat is er met Javascript gedaan en hoe? Misschien heb je een framwork of library gebruikt? -->

## Installatie

## Gebruik

## Bronnen

## Licentie

![GNU GPL V3](https://www.gnu.org/graphics/gplv3-127x51.png)

This work is licensed under [GNU GPLv3](./LICENSE).
# webapplicatie

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Empty file removed assets/.gitkeep
Empty file.
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
40 changes: 0 additions & 40 deletions docs/INSTRUCTIONS.md

This file was deleted.

Binary file removed docs/opdrachtomschrijving.png
Binary file not shown.
19 changes: 19 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
Loading