Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skoniks/secret-vue
https://github.com/skoniks/secret-vue
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skoniks/secret-vue
- Owner: skoniks
- Created: 2022-12-21T03:50:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T13:58:56.000Z (9 months ago)
- Last Synced: 2024-03-02T14:53:51.505Z (9 months ago)
- Language: Vue
- Size: 294 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
```