Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkzarich/news-spa-vue3-ts
News SPA I made just to try Vue3 with TypeScript
https://github.com/darkzarich/news-spa-vue3-ts
project spa training typescript vue3 vuejs
Last synced: 8 days ago
JSON representation
News SPA I made just to try Vue3 with TypeScript
- Host: GitHub
- URL: https://github.com/darkzarich/news-spa-vue3-ts
- Owner: Darkzarich
- License: mit
- Created: 2021-03-04T00:14:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T04:17:44.000Z (over 3 years ago)
- Last Synced: 2024-11-18T07:23:56.271Z (2 months ago)
- Topics: project, spa, training, typescript, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# news-app-vue3-ts
## 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/).