https://github.com/flaaj/vue-ama
A micro app to ask and answer questions written as a way to remind myself vue + ts
https://github.com/flaaj/vue-ama
Last synced: 5 months ago
JSON representation
A micro app to ask and answer questions written as a way to remind myself vue + ts
- Host: GitHub
- URL: https://github.com/flaaj/vue-ama
- Owner: Flaaj
- Created: 2021-07-08T13:41:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T15:42:47.000Z (about 5 years ago)
- Last Synced: 2025-10-11T12:06:19.575Z (10 months ago)
- Language: Vue
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ask-me-anything
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).