https://github.com/arranf/boardgametracker
https://github.com/arranf/boardgametracker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arranf/boardgametracker
- Owner: arranf
- License: mit
- Created: 2017-06-19T20:18:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:39:16.000Z (about 3 years ago)
- Last Synced: 2025-03-11T18:53:38.395Z (about 1 year ago)
- Language: C#
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: Security/JWTSettings.cs
Awesome Lists containing this project
README
# Asp.NETCore Vue 2 Starter
This repo contains an aspnetcore + Vue.js 2 starter template (VS2017). The template is based
on the [original starter templates](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) (Angular, Knockout, React, Aurelia), which can be found [here](https://github.com/aspnet/JavaScriptServices/tree/dev/templates)
_Looking for aspnetcore & Angular 2.x+ Universal starter? [click here](https://github.com/MarkPieszak/aspnetcore-angular2-universal)_
---
# Table of Contents
* [Features](#features)
* [Prerequisites](#prerequisites)
* [Installation - Getting Started!](#installation)
* [Upcoming Features](#upcoming-features)
* [Extras](#extras)
* [Special Thanks](#special-thanks)
* [License](#license)
# Features
- **ASP.NET Core**
- Web API
- **VueJS 2**
- Vuex (State Store)
- **Webpack 2**
- HMR (Hot Module Replacement/Reloading)
- **Bootstrap**
- ...more details to come...
# Prerequisites:
* nodejs >6
* VS2017
* dotnet core
# Installation / Getting Started:
* Clone this repo
* At the repo's root directory run `dotnet restore`
* Restore Node dependencies by running `npm install`
* Run the application (`dotnet run` or `npm run dev`)
or
* Run the application in VSCode or Visual Studio 2017 (Hit `F5`)
* Browse to [http://localhost:5000](http://localhost:5000)
# Extras
- Get Chrome DevTools for Vue [here](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
# Upcoming Features (to-do list)
**[TODO] Install template:**
* `dotnet new --install Microsoft.AspNetCore.SpaTemplates.Vue2Js`
**[TODO] To use the template:**
* mkdir + chdir
* `dotnet new -l`
* `dotnet new vue2js`
* `dotnet restore`
* `npm install`
* Run the application (`dotnet run` or `npm run dev`)
----
# Found a Bug? Want to Contribute?
Nothing's ever perfect, but please let me know by creating an issue (make sure there isn't an existing one about it already), and we'll try and work out a fix for it! If you have any good ideas, or want to contribute, feel free to either make an Issue with the Proposal, or just make a PR from your Fork.
----
### Special Thanks
Many thanks go out to Steve Sanderson (@SteveSandersonMS) from Microsoft and his amazing work on [JavaScriptServices](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) and integrating the world of Node with ASP.NET Core.
### Also, a million thanks to key Contributors !
- [@vip32](https://github.com/vip32) :sparkles:
- [@anderly](https://github.com/anderly) :sparkles:
### License
[](/LICENSE.md)