Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vertocode/vue-website
Website template created using Vue.js
https://github.com/vertocode/vue-website
Last synced: 7 days ago
JSON representation
Website template created using Vue.js
- Host: GitHub
- URL: https://github.com/vertocode/vue-website
- Owner: vertocode
- License: gpl-3.0
- Created: 2021-11-05T00:57:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T21:49:18.000Z (over 2 years ago)
- Last Synced: 2023-11-16T16:42:58.498Z (about 1 year ago)
- Language: Vue
- Homepage: https://vue-website-six.vercel.app/
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-website
### 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/).