https://github.com/natelindev/shuttle-frontend
Shuttle Vue/Typescript frontend
https://github.com/natelindev/shuttle-frontend
scss shuttle typscript vue
Last synced: 6 days ago
JSON representation
Shuttle Vue/Typescript frontend
- Host: GitHub
- URL: https://github.com/natelindev/shuttle-frontend
- Owner: natelindev
- Created: 2019-10-19T10:49:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:48:20.000Z (over 2 years ago)
- Last Synced: 2025-07-21T05:42:28.372Z (10 months ago)
- Topics: scss, shuttle, typscript, vue
- Language: CSS
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shuttle
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).