Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zenekezene/vue-and-friends-boilerplate

Vuejs boilerplate with add-ons.
https://github.com/zenekezene/vue-and-friends-boilerplate

babel css eslint html5 husky javascript postcss pug sass sass-framework stylelint webpack

Last synced: about 2 months ago
JSON representation

Vuejs boilerplate with add-ons.

Awesome Lists containing this project

README

        

# Vue and friends Boilerplate

This is a repository in the form of a boilerplate / template based on a Vue base project through vue-cli plus a few add-ons.

It is designed to start any short or medium project, as well as to perform experiments or test things.

Among other things, it has the following...

## Utilities / tools:

- Vue
- Webpack (
fully configured ðŸĪŠ)
- Babel
- Coke ðŸĨĪ(my own SASS framework).
- Include media library.
- ITCSS-like.
- Flexbox Utilities.
- Utility classes.
- Debug.
- Animation, gradients, etc.
- Sugar Syntax!
- PostCSS (support and Autoprefixer)
- Husky (pre-commit git hooks).
- ESLint
- StyleLint
- Prettier
- SASS
- Pug ðŸķ
- Jest

Just use what interests you.

## To install
```
nvm use
```
Note: If you use NVM. If not, the node version is in .nvmrc file. Be careful.

```
npm install
```

## To launch

```
npm run dev
```

---

Any contribution is welcome 😊