Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zenekezene/vue-and-friends-boilerplate
- Owner: ZenekeZene
- Created: 2019-07-02T11:46:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T13:06:01.000Z (over 5 years ago)
- Last Synced: 2024-12-06T02:10:13.969Z (about 2 months ago)
- Topics: babel, css, eslint, html5, husky, javascript, postcss, pug, sass, sass-framework, stylelint, webpack
- Language: CSS
- Homepage:
- Size: 192 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ðķ
- JestJust 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 ð