Skip to content

Commit

Permalink
docs(readme): update to reflect dotnet new template
Browse files Browse the repository at this point in the history
closes #73 
closes #28 
closes #19
  • Loading branch information
mika76 authored and MarkPieszak committed Feb 23, 2018
1 parent b2946ed commit 4f6f10e
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions README.md
Expand Up @@ -11,8 +11,8 @@ _Looking for aspnetcore & Angular 2.x+ Universal starter? [click here](https://g

* [Features](#features)
* [Prerequisites](#prerequisites)
* [Installation - Getting Started!](#installation)
* [Upcoming Features](#upcoming-features)
* [Installation](#installation)
* [Getting Started](#getting-started)
* [Extras](#extras)
* [Special Thanks](#special-thanks)
* [License](#license)
Expand All @@ -35,11 +35,14 @@ _Looking for aspnetcore & Angular 2.x+ Universal starter? [click here](https://g
* VS2017
* dotnet core 2.0

# Installation / Getting Started:
* Clone this repo
* At the repo's root directory run `dotnet restore`
# Installation:
* Install the template from nuget: `dotnet new -i aspnetcore-vuejs`

# Getting Started:
* Create folder from template: `dotnet new vuejs` (official docs [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))
* This will automatically run `dotnet restore` unless you install with `dotnet new vuejs --skipRestore`
* Restore Node dependencies by running `npm install`
* Run the application (`dotnet run` or `npm run dev`)
* Run the application (`dotnet run` or `npm run dev`) - note dotnet run should be run in Development environment for hot reloading

or

Expand All @@ -50,20 +53,6 @@ _Looking for aspnetcore & Angular 2.x+ Universal starter? [click here](https://g

- 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?
Expand All @@ -78,8 +67,10 @@ Many thanks go out to Steve Sanderson (@SteveSandersonMS) from Microsoft and his

### Also, a million thanks to key Contributors !

- [@mika76](https://github.com/mika76) :sparkles:


- [@Nordes](https://github.com/Nordes) :sparkles:
- [@mika76](https://github.com/mika76) :sparkles:
- [@vip32](https://github.com/vip32) :sparkles:
- [@anderly](https://github.com/anderly) :sparkles:

Expand Down

0 comments on commit 4f6f10e

Please sign in to comment.