https://github.com/kouts/vue-dataset-next-import
https://github.com/kouts/vue-dataset-next-import
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kouts/vue-dataset-next-import
- Owner: kouts
- License: mit
- Created: 2021-12-20T18:39:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T19:34:51.000Z (over 3 years ago)
- Last Synced: 2025-03-08T21:03:49.673Z (3 months ago)
- Language: Vue
- Size: 579 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).