Skip to content

lykoffant/calculator

Repository files navigation

Calculator

A simple calculator based on Vue.

This project was bootstrapped with create-vue.

Demo

Vercel CodeSandbox

Recommended IDE Setup

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint, Prettier and Stylelint

npm run lint

Lint and fix with ESLint, Prettier and Stylelint

npm run lint:fix

Lint with ESLint and Prettier

npm run lint:es

Lint and fix with ESLint and Prettier

npm run lint:es:fix

Lint with Stylelint

npm run lint:style

Lint and fix with Stylelint

npm run lint:style:fix

License

This project is licensed under the MIT License - see the LICENSE file for details.