Skip to content

Commit

Permalink
V4.2.0 VUE.JS
Browse files Browse the repository at this point in the history
  • Loading branch information
frs99 committed Aug 10, 2022
1 parent db8f572 commit 4769533
Show file tree
Hide file tree
Showing 76 changed files with 29,165 additions and 874 deletions.
3 changes: 3 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
> 1%
last 2 versions
not dead
17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
.DS_Store
node_modules
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?
35 changes: 0 additions & 35 deletions 404.html

This file was deleted.

35 changes: 16 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
**install react:**

> This project is without the basic React files
**01- Download:**

`git clone https://github.com/frscodes/frscodes.github.io`

**02- for install react :**

`npm i react`

**02- for start react :**

`npm start`

**03 - and go to:**

http://localhost:3000/
# frscodes

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

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

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

213 changes: 0 additions & 213 deletions about.html

This file was deleted.

40 changes: 0 additions & 40 deletions assets/css/footer.css

This file was deleted.

Loading

0 comments on commit 4769533

Please sign in to comment.