Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santospatrick/vue-cli-preset

:green_heart: :crystal_ball: Personal preset for vue-cli
https://github.com/santospatrick/vue-cli-preset

Last synced: 4 days ago
JSON representation

:green_heart: :crystal_ball: Personal preset for vue-cli

Awesome Lists containing this project

README

        

# vue-cli-preset
> ๐Ÿ’š ๐Ÿ”ฎ Personal preset for vue-cli

## Usage

1. Install [Vue CLI](https://cli.vuejs.org/) to access `vue` command:

```bash
yarn global add @vue/cli
```

2. Initialize your Vue project with this command:

```bash
vue create --preset santospatrick/vue-cli-preset my-project
```

3. Choose your template

![Escolhas dentro da CLI](docs/choices.png)

4. Done :tada:

## Template "admin"

Run your mock server with the following command:

```bash
yarn mock
```

## Features

- [x] App structure (base/admin)
- [x] README.md | CONTRIBUTING.md
- [x] Pasta pages -> modules
- [x] Mover forms/ pra modules/x/forms
- [x] Pasta services -> network
- [x] Services em cada mรณdulo
- [x] CRUD example
- [x] Mock
- [x] Form
- [x] Routes
- [x] Vuex

## Development

```
git checkout develop
vue create --preset ./vue-cli-preset my-project
```

## Read more

- [Custom Remote Presets](https://cli.vuejs.org/guide/plugins-and-presets.html#remote-presets)