Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/santospatrick/vue-cli-preset
- Owner: santospatrick
- Created: 2020-03-04T20:20:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T13:30:15.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T17:46:37.475Z (2 months ago)
- Language: Vue
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)