Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mockingmagician/tuto.vuejs.introduction
https://github.com/mockingmagician/tuto.vuejs.introduction
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mockingmagician/tuto.vuejs.introduction
- Owner: MockingMagician
- Created: 2020-02-02T22:57:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:05:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:00:05.557Z (7 months ago)
- Language: Vue
- Size: 2.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tuto
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).