An open API service indexing awesome lists of open source software.

https://github.com/johnpapa/vue-simple

This project was created to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.
https://github.com/johnpapa/vue-simple

Last synced: 3 months ago
JSON representation

This project was created to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.

Awesome Lists containing this project

README

          

# Simple Vue App

This project was created to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.

by [John Papa](http://twitter.com/john_papa)

## Getting Started

1. Clone this repository

```bash
git clone https://github.com/johnpapa/vue-simple.git
cd vue-simple
```

1. Install the npm packages

```bash
npm install
```

1. Run the app

```bash
npm run serve
```

## Problems or Suggestions

[Open an issue here](/issues)

## Resources

- [VS Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-jopapa)
- [Azure Free Trial](https://azure.microsoft.com/free/?WT.mc_id=javascript-0000-jopapa)
- [VS Code Extension for Node on Azure](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack&WT.mc_id=javascript-0000-jopapa)
- [VS Code Extension Marketplace](https://marketplace.visualstudio.com/vscode?WT.mc_id=javascript-0000-jopapa)
- [VS Code - macOS keys](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf?WT.mc_id=javascript-0000-jopapa)
- [VS Code - Windows keys](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf?WT.mc_id=javascript-0000-jopapa)

### Debugging Resources

- [Using Vue in VS Code](https://code.visualstudio.com/docs/nodejs/vuejs-tutorial?WT.mc_id=javascript-0000-jopapa)
- [Debugging Vue in VS Code](https://github.com/microsoft/vscode-recipes/tree/master/vuejs-cli?WT.mc_id=javascript-0000-jopapa)