Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipcurl/vue-themed
https://github.com/phillipcurl/vue-themed
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/phillipcurl/vue-themed
- Owner: phillipcurl
- License: other
- Created: 2020-02-10T15:16:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:02:01.000Z (about 2 years ago)
- Last Synced: 2024-12-21T04:46:24.927Z (2 months ago)
- Language: TypeScript
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vue-themed
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).