Skip to content

Commit

Permalink
Make vue the main frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Nov 26, 2019
1 parent 058c139 commit ced8ae2
Show file tree
Hide file tree
Showing 143 changed files with 50 additions and 6,567 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-frontend
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:latest

ADD . /code
WORKDIR /code/frontend/vue
WORKDIR /code/frontend

RUN npm install -g yarn

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
59 changes: 49 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,61 @@
{
"name": "swefreq",
"name": "SweFreq",
"version": "1.0.0",
"description": "Swefreq site",
"description": "SweFreq site",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"author": "NBIS",
"license": "GPL-3.0",
"homepage": "https://swefreq.nbis.se",
"bugs": {
"url": "https://github.com/NBISweden/swefreq/issues"
},
"dependencies": {
"angular-clipboard": "^1.6.2",
"sass": "^1.0.0-beta.2"
"axios": "^0.19.0",
"core-js": "^3.3.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue2-filters": "^0.8.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"eslint": "^4.13.1"
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NBISweden/swefreq.git"
},
"author": "NBIS",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NBISweden/swefreq/issues"
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"homepage": "https://github.com/NBISweden/swefreq#readme"
"browserslist": [
"> 1%",
"last 2 versions"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ced8ae2

Please sign in to comment.