create nuxt

This commit is contained in:
Amir Mohamadi
2020-05-31 13:38:34 +04:30
parent b9fd2ca763
commit b3421baf3c
25 changed files with 10537 additions and 580 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "AeakRail",
"version": "1.0.0",
"description": "Arak Rail front-end",
"author": "Amir Mohamadi",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"nuxt": "^2.0.0",
"element-ui": "^2.4.11",
"@nuxtjs/axios": "^5.3.6"
},
"devDependencies": {}
}