You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Your favourite editor (I prefer [VS Code](https://code.visualstudio.com/)), or VS 2017
47
+
* Your favourite editor (I prefer [VS Code](https://code.visualstudio.com/)), or VS 2017/19
48
48
49
49
---
50
50
51
51
## Getting started
52
52
53
53
There are two ways how to set up the project: one for people who want to create their own template and choose custom integrations and the other for developers who want to start with no configuration.
54
54
55
-
## 1. Scaffold Vue.js app with custom configuration
55
+
## Clone the starter with default configuration
56
56
57
57
* Clone this repository `git clone https://github.com/SoftwareAteliers/asp-net-core-vue-starter`
58
58
59
+
or you can use .NET Core CLI templates:
60
+
61
+
* Install the template from NuGet repository: `dotnet new -i SoftwareAteliers.AspNetCoreVueStarter`
62
+
63
+
* Initialize the project: `dotnet new vue -o MyProject`
64
+
65
+
## Scaffold Vue.js app with custom configuration
66
+
67
+
If you prefer to overwrite default Vue client app with custom settings, take the following steps:
68
+
59
69
***Remove all the contents** of the folder /ClientApp
60
70
* Create a new Vue project by using Vue CLI: `vue create client-app` OR by using CLI graphical interface running `vue ui`
61
71
@@ -65,10 +75,6 @@ There are two ways how to set up the project: one for people who want to create
65
75
66
76
Now application is ready to run.
67
77
68
-
## 2. Clone the starter with default configuration
69
-
70
-
* Just clone this repository `git clone https://github.com/SoftwareAteliers/asp-net-core-vue-starter`
71
-
72
78
## Run the application
73
79
74
80
You have two choices when it comes to how you prefer to run the app. You can either use the command line or the build-in run command.
@@ -99,11 +105,19 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! P
99
105
100
106
---
101
107
108
+
## Contributors
109
+
110
+
Special thanks to everyone who helped and contributed to this project!
0 commit comments