Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavioccf/e_portfolio
https://github.com/flavioccf/e_portfolio
vuejs vuerouter vuex
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flavioccf/e_portfolio
- Owner: flavioccf
- Created: 2021-07-04T23:16:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T06:52:34.000Z (7 months ago)
- Last Synced: 2024-06-06T08:06:31.886Z (7 months ago)
- Topics: vuejs, vuerouter, vuex
- Language: Vue
- Homepage: https://e-portfolio-jessica-cunha.vercel.app
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Portfolio
Project to create a customizable professional e-portfolioCheck a sample project [Here](https://e-portfolio-jessica-cunha.vercel.app/)
- Vue.js
- Vuex
- Vue Router## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your end-to-end tests (TBD)
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```