Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryxiong24/vue-ts-rem-start
Vue-cli4, Typescrit startup template, use rem adaptation.
https://github.com/harryxiong24/vue-ts-rem-start
Last synced: about 1 month ago
JSON representation
Vue-cli4, Typescrit startup template, use rem adaptation.
- Host: GitHub
- URL: https://github.com/harryxiong24/vue-ts-rem-start
- Owner: HarryXiong24
- License: mit
- Created: 2020-07-28T07:02:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T09:57:43.000Z (about 2 years ago)
- Last Synced: 2023-03-06T15:22:19.958Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue-ts-rem-start
## Description
Vue-cli4, Typescript startup template, use rem adaptation.
## Project setup
``` bash
yarn install
```### Compiles and hot-reloads for development
``` bash
yarn serve
```### Compiles and minifies for production
``` bash
yarn build
```### Lints and fixes files
``` bash
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).