niksolaz / boilerplate-vue

simple boilerplate-vue with parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing version Node and npm. My actually version Node is v10.23.2, npm is 6.14.10, nvm is 0.33.11

node -v  //output v10.23.2
npm -v  //output 6.14.10
nvm --version //output 0.33.11

Install package

yarn install

or

npm install

Running

yarn start

Building

yarn build-prod

Testing ( I'm using jest )

yarn test

Info

I've not installed UI library or Linting. For this, you can install anything do you want.

Credits

Made with love by Nicola Solazzo

About

simple boilerplate-vue with parcel


Languages

Language:Vue 31.7%Language:HTML 28.6%Language:JavaScript 22.2%Language:SCSS 10.3%Language:Dockerfile 7.4%