No description
  • Vue 68%
  • JavaScript 18.5%
  • SCSS 12.9%
  • HTML 0.6%
Find a file
2022-09-20 23:10:23 +02:00
public Update project with some big changes 2022-08-31 11:04:10 +02:00
src feat(store): create file context menu store for global management 2022-09-20 23:10:23 +02:00
.editorconfig Update project with some big changes 2022-08-31 11:04:10 +02:00
.eslintrc.cjs Update project with some big changes 2022-08-31 11:04:10 +02:00
.gitignore Update project with some big changes 2022-08-31 11:04:10 +02:00
index.html refactor(init): rename SPA page title 2022-09-07 18:17:01 +02:00
LICENSE Update project with some big changes 2022-08-31 11:04:10 +02:00
package.json Update project with some big changes 2022-08-31 11:04:10 +02:00
README.md Add Requirements and Quickstart sections in README 2022-08-31 11:28:13 +02:00
vite.config.js Update project with some big changes 2022-08-31 11:04:10 +02:00
yarn.lock Update project with some big changes 2022-08-31 11:04:10 +02:00

bloc-frontend

frontend server for Bloc

Requirements

  • NodeJS >= 16
  • npm or yarn

Quickstart

(bloc) $ yarn install
(bloc) $ yarn run dev