https://github.com/skoniks/secret-vue
https://github.com/skoniks/secret-vue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/secret-vue
- Owner: skoniks
- Created: 2022-12-21T03:50:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T13:58:56.000Z (over 1 year ago)
- Last Synced: 2024-12-28T20:27:11.647Z (5 months ago)
- Language: Vue
- Size: 338 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```