Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castelo-codez/scoot-multi-page-website
This multi-page website will really test your front-end skills. There are 4 pages to build with mobile, tablet, and desktop designs included.
https://github.com/castelo-codez/scoot-multi-page-website
cypre frontend-mentor frontendmentor-challenge hrml js postcss sass scoot-multipage-website tail vite vuejs
Last synced: 8 days ago
JSON representation
This multi-page website will really test your front-end skills. There are 4 pages to build with mobile, tablet, and desktop designs included.
- Host: GitHub
- URL: https://github.com/castelo-codez/scoot-multi-page-website
- Owner: Castelo-Codez
- Created: 2024-02-17T18:30:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-19T15:50:56.000Z (9 months ago)
- Last Synced: 2024-10-12T00:22:38.753Z (about 1 month ago)
- Topics: cypre, frontend-mentor, frontendmentor-challenge, hrml, js, postcss, sass, scoot-multipage-website, tail, vite, vuejs
- Language: Vue
- Homepage: https://scoot-multi-page-website-bice.vercel.app
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scoot multi-page website
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 Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component)
```sh
npm run test:unit:dev # or `npm run test:unit` for headless testing
```### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
```sh
npm run test:e2e:dev
```This runs the end-to-end tests against the Vite development server.
It is much faster than the production build.But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):
```sh
npm run build
npm run test:e2e
```