Skip to content

Commit

Permalink
Aggiungere reports
Browse files Browse the repository at this point in the history
  • Loading branch information
GVodyanov committed Oct 22, 2023
1 parent 9be6368 commit fc6fbec
Show file tree
Hide file tree
Showing 33 changed files with 25,960 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
static/reports/node_modules
12 changes: 12 additions & 0 deletions content/projects/reports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "Problemi con la scuola?"
date = 2023-10-22

[taxonomies]
categories = ["scuola"]
+++

Scrivetele qua e il Comitato si impegnerà a sistemarli
<!-- more -->

[Ecco qua il link per il sistema](https://fermi-studenti.github.io/reports/dist/index.html)
Binary file added public/annuari/Fermi Annuario 1999_ok.pdf
Binary file not shown.
Binary file added public/annuari/Fermi Annuario 2009 cs6 2023.pdf
Binary file not shown.
Binary file added public/annuari/Fermi Annuario 2020 Rev. 2c ok.pdf
Binary file not shown.
Empty file added public/reports.js
Empty file.
23 changes: 23 additions & 0 deletions public/reports/..gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
23 changes: 23 additions & 0 deletions public/reports/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
24 changes: 24 additions & 0 deletions public/reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# reports

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions public/reports/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
19 changes: 19 additions & 0 deletions public/reports/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
Loading

0 comments on commit fc6fbec

Please sign in to comment.