Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m48s
20 lines
267 B
Markdown
Executable File
20 lines
267 B
Markdown
Executable File
# tsd
|
|
|
|
## Project setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|