https://github.com/ejfox/motorcycle-path
https://github.com/ejfox/motorcycle-path
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ejfox/motorcycle-path
- Owner: ejfox
- Created: 2022-06-18T15:08:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T23:38:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T20:05:33.812Z (about 1 year ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ej-vite-boilerplate
## Project setup
```
npm install
```
#### Compiles and hot-reloads for development
```
npm run dev
```
#### Compiles and minifies for production
```
npm run build
```
#### 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/).