https://github.com/brokiem/new-tab
Custom page for browser new tab
https://github.com/brokiem/new-tab
Last synced: about 2 months ago
JSON representation
Custom page for browser new tab
- Host: GitHub
- URL: https://github.com/brokiem/new-tab
- Owner: brokiem
- License: mit
- Created: 2022-12-08T05:42:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:25:50.000Z (10 months ago)
- Last Synced: 2025-02-12T22:35:31.004Z (4 months ago)
- Language: Vue
- Homepage: https://brokiem.is-a.dev/new-tab/
- Size: 255 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# new-page
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
```