[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8985":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},8985,"aspnetcore-Vue-starter","TrilonIO\u002Faspnetcore-Vue-starter","TrilonIO","*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO","https:\u002F\u002Fwww.trilon.io",null,"Vue",1199,256,83,39,0,55.23,"MIT License",false,"master",true,[23,24,25,26,27,28,29,30],"aspnet","aspnetcore","dotnet-template","ssr","trilon","vue","vue2","vuejs2","2026-06-12 04:00:42","# ASP.NET Core & Vue.js Starter\n\nStarter Template for ASP.NET Core and Vue.JS (Vue) - with Webpack (with HMR), Web API, Vuex state manangement and other best-practices baked in! \n\n> Written in ES6, TypeScript version coming soon!\n\n[![Nuget](https:\u002F\u002Fimg.shields.io\u002Fnuget\u002Fv\u002Faspnetcore-vuejs.svg?style=for-the-badge&color=5b1096)](https:\u002F\u002Fwww.nuget.org\u002Fpackages\u002Faspnetcore-vuejs\u002F)\n[![Nuget Downloads](https:\u002F\u002Fimg.shields.io\u002Fnuget\u002Fdt\u002Faspnetcore-vuejs.svg?label=Nuget%20Downloads&style=for-the-badge&color=b31ae7)](https:\u002F\u002Fwww.nuget.org\u002Fpackages\u002Faspnetcore-vuejs\u002F)\n[![MIT License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg?style=for-the-badge&color=e51384)](\u002FLICENSE) \n\n---\n\n\u003Cbr>\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Ftrilon.io\" target=\"_blank\">\n        \u003Cimg width=\"500\" height=\"auto\" src=\"https:\u002F\u002Ftrilon.io\u002Ftrilon-logo-clear.png\" alt=\"Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\n\u003Ch3 align=\"center\"> Made with :heart: by \u003Ca href=\"https:\u002F\u002Ftrilon.io\">Trilon.io\u003C\u002Fa>\u003C\u002Fh3>\n\n---\n\n\n# Table of Contents\n\n* [Features](#features)\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [Extras](#recommended-plugin-for-debugging-vuejs)\n* [License](#license)\n* [Trilon - VueJS & Asp.NET Consulting & Training](#trilon---vue-aspnet-nodejs---consulting--training--development)\n\n# Features\n\n- **ASP.NET Core 2.2**\n  - Web API\n- **VueJS 2**\n  - Vuex (State Store)\n- **Webpack**\n  - HMR (Hot Module Replacement\u002FReloading)\n- **Bootstrap 4**\n\n# Prerequisites:\n * [.Net Core 2.2](https:\u002F\u002Fwww.microsoft.com\u002Fnet\u002Fdownload\u002Fwindows)\n * [NodeJS](https:\u002F\u002Fnodejs.org\u002F) >= 10.x\n * [VSCode](https:\u002F\u002Fcode.visualstudio.com\u002F) (ideally), or VS2017\n\n# Installation:\n\n### Nuget | Dotnet Templates\n\nFind the template through NuGet package manager inside Visual Studio or [here](https:\u002F\u002Fwww.nuget.org\u002Fpackages\u002Faspnetcore-vuejs)\n\n> Or download it via dotnet templates\n\n```ts\n\u002F\u002F Make a directory where you want the project\nmkdir my-vue-starter && cd my-vue-starter\n\n\u002F\u002F Download the dotnet template\ndotnet new -i aspnetcore-vuejs\n\n\u002F\u002F Run and install the template\ndotnet new vuejs\n\n\u002F\u002F Make sure you install the dependencies\nnpm install\n```\n\nNow you can open the project via Visual Studio or VSCode, press F5 to run the application!\n\nNote: \n\n* This will automatically run `dotnet restore` unless you install with `dotnet new vuejs --skipRestore`\n* ([Official documentation](https:\u002F\u002Fdocs.microsoft.com\u002Fen-us\u002Fdotnet\u002Fcore\u002Ftools\u002Fdotnet-new?tabs=netcore2x))\n   * This will automatically run `dotnet restore` unless you install with `dotnet new vuejs --skipRestore`\n\n### -OR- Clone this Repo itself\n\n * Clone this repository : `$ git clone https:\u002F\u002Fgithub.com\u002FMarkPieszak\u002Faspnetcore-Vue-starter.git VueWeb`\n * `$ cd VueWeb\u002Fcontent`\n * `$ dotnet restore && npm install`\n * (If using VSCode) `$ code .` \n * (If using Visual Studio) Open the `*.sln` file with \"Open project\" from Visual Studio IDE\n\n\n## Start the application:\nYou have two choices when it come at how your preffer to run it. You can either use the command line or the build-in run command.\n\n### 1. Using the command line\nRun the application using `npm run dev`.\n \n### 2. Using the built-in run command\nRun the application in VSCode or Visual Studio 2017 by hitting `F5`.\n\n## View your application running\nWhen running the app using debug menu or `F5` VS open auto the app in the browser;\n\n----\n\n# Demo of Application Running\n\n![](.\u002Fcontent\u002Frepo-example.png)\n\n---\n\n# Recommended plugin for debugging VueJS\n\n- Get Chrome DevTools for VueJS [here](https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fvuejs-devtools\u002Fnhdogjmejiglipccpnnnanhbledajbpd)\n\n---\n\n# Found a Bug? Want to Contribute?\n\nNothing'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.\nPlease note that this project is released with a [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n---\n\n_Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https:\u002F\u002Fgithub.com\u002FTrilonIO\u002Faspnetcore-angular-universal)_\n\n----\n\n# License\n\n[![MIT License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg?style=for-the-badge&color=e51384)](\u002FLICENSE) \n\nCopyright (c) 2016-2019 [Mark Pieszak](https:\u002F\u002Fgithub.com\u002FMarkPieszak)\n\n[![Twitter Follow](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002FMarkPieszak.svg?style=social)](https:\u002F\u002Ftwitter.com\u002FMarkPieszak)\n\n----\n\n# Trilon - Vue, Asp.NET, NodeJS - Consulting | Training | Development\n\nCheck out **[Trilon.io](https:\u002F\u002FTrilon.io)** for more info! \n\nContact us at \u003Chello@trilon.io>, and let's talk about your projects needs.\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Ftrilon.io\" target=\"_blank\">\n    \u003Cimg src=\"https:\u002F\u002Ftrilon.io\u002Ftrilon-logo-clear.png\" alt=\"Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n## Follow Trilon online:\n\nTwitter: [@Trilon_io](http:\u002F\u002Ftwitter.com\u002FTrilon_io)\n","这是一个基于ASP.NET Core和Vue.js的单页应用启动模板，集成了Web API、Vuex状态管理以及Webpack等现代前端开发工具。项目使用ES6编写，并支持热模块替换功能，有助于提高开发效率。它还提供了Docker支持，方便进行容器化部署。该模板适用于需要快速搭建现代化Web应用程序的场景，特别是对于希望结合.NET后端与Vue.js前端技术栈的开发者来说非常实用。MIT许可证使得该项目可以自由地被个人或组织使用。",2,"2026-06-11 03:20:40","top_language"]