From f0464ff45f21a3defba0fb539938ad8cf42b8cc8 Mon Sep 17 00:00:00 2001 From: IoannaMi Date: Thu, 6 Jun 2024 16:08:27 +0200 Subject: [PATCH] Add legacy readme --- README.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/README.md b/README.md index 7bd30b2..684571d 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,4 @@ # coclico-static +### This is the legacy of coclico. Version 0 of the project. -## Project setup -``` -npm install -``` -### Compiles and hot-reloads for development -``` -npm run serve -``` - -### Compiles and minifies for production -``` -npm run build -``` - -### Run your unit tests -``` -npm run test:unit -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).