Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardnk24/viewdje-ss
A Pizza restaurant website. See the latest restaurant information about pizzas and more.
https://github.com/richardnk24/viewdje-ss
cli css3 directives dom html5 javascript router vuejs
Last synced: about 1 month ago
JSON representation
A Pizza restaurant website. See the latest restaurant information about pizzas and more.
- Host: GitHub
- URL: https://github.com/richardnk24/viewdje-ss
- Owner: RichardNk24
- Created: 2022-06-14T09:28:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T13:23:47.000Z (over 2 years ago)
- Last Synced: 2024-11-09T23:29:36.657Z (3 months ago)
- Topics: cli, css3, directives, dom, html5, javascript, router, vuejs
- Language: Vue
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue_Project
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
```sh
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```