Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/quick-vue
Quick start template for Vue
https://github.com/rayriffy/quick-vue
Last synced: 9 days ago
JSON representation
Quick start template for Vue
- Host: GitHub
- URL: https://github.com/rayriffy/quick-vue
- Owner: rayriffy
- Created: 2023-04-16T19:26:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T19:27:18.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:27:19.519Z (about 1 month ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
quick-vue
===Quick start template for Vue
Prerequisite
---1. Install Node LTS
2. Install [pnpm](https://pnpm.io) package manager by running `npm i -g pnpm` commandDevelopment
---1. Create a repository by using this repository as a template
2. Install dependencies with `pnpm i` command
3. Develop anything with `pnpm dev`!Deployment
---1. Go to **Settings > Pages** and change *Source* from **Deploy from a branch** to **GitHub Actions**
2. Push a commit to trigger deployment or mannualy trigger it yourself in **Actions** tab
3. Watch deployed URL at *logging* step in GitHub Actions's deployment log