An open API service indexing awesome lists of open source software.

https://github.com/elevatebart/webpack5-vue-styleguidist


https://github.com/elevatebart/webpack5-vue-styleguidist

Last synced: about 2 months ago
JSON representation

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/)