Update readmes
This commit is contained in:
parent
4e9c4ecb64
commit
df1a19209c
2 changed files with 7 additions and 13 deletions
|
@ -44,4 +44,4 @@ I'm not going to maintain this project. I'm not going to accept pull requests. I
|
|||
Please don't.
|
||||
|
||||
# Why?
|
||||
I was bored and wanted to make something inspired by something Microsoft put on one of the betas of Windows 95, an app named Party Line/Rumor that later became WinPopUp. Basically it was like a sort of game that allowed users to jokingly start rumors using commands like NETSEND. This would be the modern day equivalent but using Server Sent Events.
|
||||
I was bored and wanted to make something inspired by something Microsoft put on one of the betas of Windows 95, an app named Party Line/Rumor that later became WinPopUp. Basically it was like a sort of game that allowed users to jokingly start rumors in the LAN by encapsulating and using commands like NETSEND within an neat UI. This would be the modern day equivalent but using Server Sent Events.
|
|
@ -1,18 +1,10 @@
|
|||
# rumor-party-line
|
||||
# rumor-party-line-client
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite.
|
||||
This is the client for the Rumor Party Line project. It's a simple Vue 3 app that uses Vite as a build tool and Pinia for state management.
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
||||
|
||||
## Type Support for `.vue` Imports in TS
|
||||
|
||||
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
|
||||
|
||||
## Customize configuration
|
||||
|
||||
See [Vite Configuration Reference](https://vite.dev/config/).
|
||||
WebStorm. It's the best. I don't care what you say. It's THE best.
|
||||
|
||||
## Project Setup
|
||||
|
||||
|
@ -23,11 +15,13 @@ npm install
|
|||
### Compile and Hot-Reload for Development
|
||||
|
||||
```sh
|
||||
npm run dev
|
||||
npm start
|
||||
```
|
||||
|
||||
### Type-Check, Compile and Minify for Production
|
||||
|
||||
Note: The output folder is inside the server/static folder.
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue