Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdsuwwz/vue-webpack-boilerplate
🛶 Vue 3.x quick start boilerplate with Webpack scaffolding
https://github.com/pdsuwwz/vue-webpack-boilerplate
Last synced: about 1 month ago
JSON representation
🛶 Vue 3.x quick start boilerplate with Webpack scaffolding
- Host: GitHub
- URL: https://github.com/pdsuwwz/vue-webpack-boilerplate
- Owner: pdsuwwz
- License: mit
- Created: 2022-02-24T03:11:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T06:08:41.000Z (about 2 months ago)
- Last Synced: 2024-11-30T07:21:46.767Z (about 2 months ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-webpack-boilerplate
🛶 Vue 3.x quick start boilerplate with Webpack scaffolding## Install
Install node dependencies in all packages
```bash
pnpm install
```## Run
Local Development
```bash
pnpm dev
```