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.
- Host: GitHub
- URL: https://github.com/johnpapa/vue-simple
- Owner: johnpapa
- Created: 2021-01-07T16:23:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T17:31:48.000Z (over 4 years ago)
- Last Synced: 2025-06-01T09:16:06.045Z (4 months ago)
- Language: Vue
- Size: 161 KB
- Stars: 23
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)