https://github.com/layoric/litestreamweb
Testing out litestream
https://github.com/layoric/litestreamweb
Last synced: 4 months ago
JSON representation
Testing out litestream
- Host: GitHub
- URL: https://github.com/layoric/litestreamweb
- Owner: Layoric
- Created: 2022-06-02T04:56:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T07:27:04.000Z (about 4 years ago)
- Last Synced: 2025-10-11T01:46:45.733Z (9 months ago)
- Language: Vue
- Size: 643 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET 6.0 Vue 3 + Vite + Tailwindcss Template
[](https://vue-vite.jamstacks.net)
[](https://vue-vite.jamstacks.net)
> Browse [source code](https://github.com/NetCoreTemplates/vue-vite), view live demo [vue-vite.jamstacks.net](https://vue-vite.jamstacks.net) and install with [x new](https://docs.servicestack.net/dotnet-new):
This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
```bash
$ dotnet tool install -g x
$ x new vue-vite ProjectName
```
## Getting Started
Build Client UI & Run Dev Server
```bash
$ cd ui && npm run build:local
$ npm run dev
```
Run Server .NET Project (New Terminal)
```bash
$ cd api\ProjectName
$ dotnet watch
```
For more, see development workflow docs for
[JetBrains Rider](https://vue-vite.jamstacks.net/posts/rider)
and
[VS Code / VS .NET](https://vue-vite.jamstacks.net/posts/vs)
#### Use npm dev server for UI Development
- http://localhost:3000
#### `npm run build:local` to view in .NET App
- https://localhost:5001