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 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T13:30:15.000Z (over 5 years ago)
- Last Synced: 2025-01-05T05:13:06.205Z (6 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

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)