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

https://github.com/kouts/vue-dataset-next-import


https://github.com/kouts/vue-dataset-next-import

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vue-dataset-next-import
A single page app based on [Vite](https://vitejs.dev) that serves as a test page for [vue-dataset@next](https://github.com/kouts/vue-dataset/tree/next).

**Features**
- Vue dataset
- Vuex 4 for state management
- Vue Router 4 for client-side routing
- Bootstrap 4.6 for layout and styling
- SCSS variables inside Vue components
- Purgecss for eliminating unused CSS
- Basic multiple layouts feature
- [ESLint config](https://github.com/kouts/eslint-config-kouts) based on
[eslint-config-standard](https://github.com/standard/eslint-config-standard)
and `eslint:recommended` with sensible defaults :relaxed:
- [Prettier](https://prettier.io/) for code formatting
- Automated release workflow with [semantic-release](https://github.com/semantic-release/semantic-release)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles and minifies for production
```
npm run build
```

## Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://vitejs.dev/guide/).