https://github.com/hugolgst/vue-template
My personal Vue template (TypeScript & ChakraUI)
https://github.com/hugolgst/vue-template
chakra-ui typescript vue
Last synced: about 2 months ago
JSON representation
My personal Vue template (TypeScript & ChakraUI)
- Host: GitHub
- URL: https://github.com/hugolgst/vue-template
- Owner: hugolgst
- Created: 2021-06-04T14:59:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T15:26:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T12:53:49.729Z (3 months ago)
- Topics: chakra-ui, typescript, vue
- Language: Vue
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-template
## 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
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).