Skip to content

Mb-Vue 2 Setup#6

Open
marlenabaker-qz wants to merge 5 commits intomasterfrom
mb-vue-2
Open

Mb-Vue 2 Setup#6
marlenabaker-qz wants to merge 5 commits intomasterfrom
mb-vue-2

Conversation

@marlenabaker-qz
Copy link
Copy Markdown
Collaborator

Interview question setup in Vue 2. Made with Vue CLI 3. Copied and modified from the React boiler plate.

Copy link
Copy Markdown
Contributor

@eviechan eviechan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tested with yarn serve and everything works for me, great job! Can we set up the server to be spun up on a different port rather than default port of 80?

Comment thread vue-js/README.md
@@ -0,0 +1,19 @@
# vue-js
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we mimic the setup instructions to be similar to the other skeletons (see https://github.com/guizlet/frontend-interview/blob/master/react-js/README.md as an example)? It'll be clear to the candidate the exact steps they'll need to run in order to see the question when they spin up their local server. Thanks!

Comment thread vue-js/README.md Outdated
yarn serve
```

### Compiles and minifies for production
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably won't need production-specific commands, since we'll be working on the problem live with candidates. I'm okay with us removing this command for now.

</template>

<script>
export default {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we leave a comment denoting where the candidate should start coding their solution in?

Comment thread vue-js/README.md Outdated

### Compiles and hot-reloads for development
```
yarn serve
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: best to set the commands for starting the server similar to the other skeletons, ie yarn start

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn serve is going to be familiar to anyone who's worked in Vue before. I understand wanting to standardize across the versions to an extent, but if we're looking to keep things comfortable and familiar, I would go with the framework default on this one.

@eviechan
Copy link
Copy Markdown
Contributor

@marlenabaker-qz Was wondering where we stand with this PR, we should be good to merge this PR after addressing the comments above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants