Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robconery/Vue.Starter
The ASP.NET Vue Starter Template
https://github.com/robconery/Vue.Starter
Last synced: 7 days ago
JSON representation
The ASP.NET Vue Starter Template
- Host: GitHub
- URL: https://github.com/robconery/Vue.Starter
- Owner: robconery
- License: mit
- Created: 2023-01-24T20:03:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T17:00:14.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:46:40.326Z (3 months ago)
- Language: Vue
- Size: 351 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
## The ASP.NET Vue Starter Template
This is the starter template for ASP.NET and Vue, which will hopefully get you off the ground quickly. Further instructions for how to use this template are in `templates/README.md`.
To install this template, simply:
```
dotnet new install Vue.Web.Starter
```Which will allow you to:
```
dotnet new vue
```## Documentation and Help
There are READMEs throughout the codebase and, hopefully, enough to go on there. At the end of the day it's a Minimal API + Vue 3 application and you can find links to the documentation for those in the READMEs.
## Questions?
I haven't created a discussion board for this app just yet but I can if people are interested. Otherwise feel free to leave an issue.