https://github.com/elevatebart/webpack5-vue-styleguidist
https://github.com/elevatebart/webpack5-vue-styleguidist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elevatebart/webpack5-vue-styleguidist
- Owner: elevatebart
- Created: 2022-12-27T19:17:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T20:38:40.000Z (over 2 years ago)
- Last Synced: 2025-02-13T15:35:00.636Z (4 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack5-vue-styleguidist
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
```sh
node dist/bundle.js
```## Credits
Made with [createapp.dev](https://createapp.dev/)