Install Vue project with VueCLI

This commit is contained in:
2020-12-03 18:44:11 +01:00
parent e7f8b93c19
commit 36bf9b477d
27 changed files with 11496 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ You've been given the task of creating a simple application with create/read/del
## Task
- [x] Create a private repository on Github.
- [ ] Create a new Vue project using Vue-CLI within the new repository: you may use any preprocessors, testing frameworks, linting etc that you like.
- [ ] Create a branch off of master, commit all your work to this new branch.
- [x] Create a new Vue project using Vue-CLI within the new repository: you may use any preprocessors, testing frameworks, linting etc that you like.
- [x] Create a branch off of master, commit all your work to this new branch.
- [ ] When you are finished, open a PR to master (but do not merge it). In the PR description, copy, paste and answer the following:
```